Skip to content

Commit

Permalink
fix: 5345
Browse files Browse the repository at this point in the history
  • Loading branch information
monsieurtanuki committed Jun 8, 2024
1 parent e74d228 commit 8316a1b
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,9 @@ class _SignUpPageState extends State<SignUpPage> with TraceableClientMixin {
final UserPreferences userPreferences =
await UserPreferences.getUserPreferences();
userPreferences.resetOnboarding();
if (!mounted) {
return;
}
await showDialog<void>(
context: context,
builder: (BuildContext context) => SmoothAlertDialog(
Expand Down

0 comments on commit 8316a1b

Please sign in to comment.