Skip to content

Commit

Permalink
[Del/#47] splash 토큰 재발급 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
kim-seonwoo committed May 31, 2024
1 parent 37ccec1 commit e5441e5
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@ class LoginViewModel: NSObject, ObservableObject {
@Published var isLoading: Bool = true

func handleSplashScreen() {
DispatchQueue.main.asyncAfter(deadline: .now() + 1) {
self.refreshToken()
self.isLoading = false
}
self.isLoading = false
}

private func refreshToken() {
Expand Down

0 comments on commit e5441e5

Please sign in to comment.