change route home to mihHome
This commit is contained in:
parent
43ab2b6681
commit
35d6b39c45
12 changed files with 23 additions and 16 deletions
|
|
@ -51,7 +51,7 @@ class MihUserServices {
|
|||
);
|
||||
if (response.statusCode == 201) {
|
||||
context.goNamed(
|
||||
'home',
|
||||
'mihHome',
|
||||
extra: AuthArguments(
|
||||
true,
|
||||
true,
|
||||
|
|
@ -260,7 +260,7 @@ class MihUserServices {
|
|||
child: MihButton(
|
||||
onPressed: () {
|
||||
context.goNamed(
|
||||
'home',
|
||||
'mihHome',
|
||||
extra: AuthArguments(
|
||||
true,
|
||||
true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue