Commit edfc78d9 authored by sugita mamoru's avatar sugita mamoru

Merge commit '066fb70a' into develop

parents 7d4ad639 066fb70a
......@@ -167,6 +167,7 @@ struct LoginView: View {
let route = MonitoringRoute()
route.start()
}
timer?.fire()
case .failure(let errorCode):
print(debug: errorCode)
......
......@@ -110,6 +110,7 @@ struct InputUserNameView: View {
let route = MonitoringRoute()
route.start()
}
timer?.fire()
isProgressView = false
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