update authentication with supertokens
This commit is contained in:
parent
69fe58ffaf
commit
02aede01d0
18 changed files with 379 additions and 260 deletions
|
|
@ -63,7 +63,7 @@ class RouteGenerator {
|
|||
}
|
||||
return _errorRoute();
|
||||
|
||||
case '/patient-manager/profile':
|
||||
case '/profile':
|
||||
if (args is AppUser) {
|
||||
return MaterialPageRoute(
|
||||
builder: (_) => ProfileUpdate(signedInUser: args),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue