Edit name + address for session
This commit is contained in:
parent
f9a78a5c37
commit
fe82b69997
8 changed files with 419 additions and 70 deletions
|
@ -21,7 +21,8 @@ export default function OnboardStartScreen() {
|
|||
const fetchData = async () => {
|
||||
const response = await Request.post('sessions/get', { token: token });
|
||||
if (response.success) {
|
||||
router.replace('/(tabs)');
|
||||
// @ts-ignore
|
||||
router.replace('/(tabs)/settings');
|
||||
} else {
|
||||
router.replace('/(onboarding)/start');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue