Skip to content

Commit

Permalink
fix: start timer
Browse files Browse the repository at this point in the history
  • Loading branch information
bouassaba committed Nov 27, 2024
1 parent 4db7aca commit cfeb687
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/Screens/SignUp/SignUp.swift
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ struct SignUp: View, ViewDataProvider, LoadStateProvider, TimerLifecycle, FormVa
}
}
.onAppear {
startTimers()
onAppearOrChange()
}
.onDisappear {
Expand Down

0 comments on commit cfeb687

Please sign in to comment.