mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-29 13:23:58 +00:00
authProvider.redirect is async
This commit is contained in:
@@ -58,7 +58,7 @@ class AuthProviderBase {
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
redirect({ state }) {
|
async redirect({ state }) {
|
||||||
return {
|
return {
|
||||||
status: 'error',
|
status: 'error',
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user