forked from abner/for-legacy-web
Fix onboarding.
This commit is contained in:
@@ -116,7 +116,7 @@ function Context({ auth, children }: Props) {
|
||||
if (onboarding) {
|
||||
openScreen({
|
||||
id: "onboarding",
|
||||
callback: (username: string) =>
|
||||
callback: async (username: string) =>
|
||||
onboarding(username, true).then(login),
|
||||
});
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user