mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
authProvider.redirect is async
This commit is contained in:
parent
9132bfb656
commit
cfa08286de
@ -58,7 +58,7 @@ class AuthProviderBase {
|
||||
};
|
||||
}
|
||||
|
||||
redirect({ state }) {
|
||||
async redirect({ state }) {
|
||||
return {
|
||||
status: 'error',
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user