add finish step to tutorial

This commit is contained in:
reya
2023-12-02 08:33:23 +07:00
parent fc35745c0d
commit a528b646e3
9 changed files with 436 additions and 388 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ export function FollowScreen() {
if (item.startsWith('npub')) return nip19.decode(item).data as string;
return item;
});
navigate('/');
navigate('/auth/finish');
}
} catch (e) {
setLoading(false);