authProvider.redirect is async

This commit is contained in:
Jan Prochazka 2024-08-08 10:51:12 +02:00
parent 9132bfb656
commit cfa08286de

View File

@ -58,7 +58,7 @@ class AuthProviderBase {
};
}
redirect({ state }) {
async redirect({ state }) {
return {
status: 'error',
};