supertoken signout fix
This commit is contained in:
parent
3679611f45
commit
3d97772600
3 changed files with 8 additions and 7 deletions
|
|
@ -7,7 +7,7 @@ void main() async {
|
|||
AppEnviroment.setupEnv(Enviroment.prod);
|
||||
SuperTokens.init(
|
||||
apiDomain: AppEnviroment.baseApiUrl,
|
||||
apiBasePath: "/auth",
|
||||
apiBasePath: "/api/auth",
|
||||
);
|
||||
runApp(const MzanziInnovationHub());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue