mirror of
https://github.com/bitinflow/nuxt-oauth.git
synced 2026-03-13 13:45:59 +00:00
Fix route
This commit is contained in:
@@ -45,7 +45,7 @@ export default async (options: ComposableOptions = {
|
||||
accessToken.value = null;
|
||||
user.value = null;
|
||||
|
||||
return navigateTo('/')
|
||||
return navigateTo(authConfig.endpoints.logout || authConfig.redirect.logout)
|
||||
}
|
||||
|
||||
const setBearer = async (token: string, tokenType: string, expires: number) => {
|
||||
|
||||
Reference in New Issue
Block a user