diff --git a/Projects/App/Sources/Splash/SplashAnimatedView.swift b/Projects/App/Sources/Splash/SplashAnimatedView.swift index 12cdc5f..a0b3464 100644 --- a/Projects/App/Sources/Splash/SplashAnimatedView.swift +++ b/Projects/App/Sources/Splash/SplashAnimatedView.swift @@ -146,7 +146,7 @@ struct SplashAnimatedView: View { /// 로그아웃 -> 애니메이션 계속진행 if isAuthorized { try? await Task.sleep(for: .seconds(1)) - pushToHomeView() + await pushToHomeView() break } }