Commit 066fb70a authored by shigemi miura's avatar shigemi miura

Canary・QC・Release対応

parent f436dc36
...@@ -167,6 +167,7 @@ struct LoginView: View { ...@@ -167,6 +167,7 @@ struct LoginView: View {
let route = MonitoringRoute() let route = MonitoringRoute()
route.start() route.start()
} }
timer?.fire()
case .failure(let errorCode): case .failure(let errorCode):
print(debug: errorCode) print(debug: errorCode)
......
...@@ -110,6 +110,7 @@ struct InputUserNameView: View { ...@@ -110,6 +110,7 @@ struct InputUserNameView: View {
let route = MonitoringRoute() let route = MonitoringRoute()
route.start() route.start()
} }
timer?.fire()
isProgressView = false isProgressView = false
isLogin = true isLogin = true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment