mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 20:39:51 +00:00
Fixes
This commit is contained in:
parent
e3678d2cf9
commit
e08e10bc35
7 changed files with 59 additions and 14 deletions
|
@ -236,7 +236,8 @@ class Router {
|
|||
|
||||
case Routes.login:
|
||||
return CupertinoPageRoute<void>(
|
||||
builder: (context) => getIt.get<AuthPage>(instanceName: 'login'));
|
||||
builder: (context) => getIt.get<AuthPage>(instanceName: 'login'),
|
||||
fullscreenDialog: true);
|
||||
|
||||
case Routes.accountCreation:
|
||||
return CupertinoPageRoute<String>(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue