mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-05-12 03:05:20 -04:00
ellet
This commit is contained in:
parent
711f82735e
commit
9291dc2b80
8 changed files with 196 additions and 88 deletions
|
@ -92,6 +92,8 @@ class RouterNotifier extends _$RouterNotifier implements Listenable {
|
|||
case '/home/settings':
|
||||
case '/new_account/settings':
|
||||
return null;
|
||||
case '/developer':
|
||||
return null;
|
||||
default:
|
||||
return hasAnyAccount ? null : '/new_account';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue