Build(deps): bump @auth0/auth0-spa-js from 1.22.5 to 2.0.0
Bumps [@auth0/auth0-spa-js](https://github.com/auth0/auth0-spa-js) from 1.22.5 to 2.0.0. - [Release notes](https://github.com/auth0/auth0-spa-js/releases) - [Changelog](https://github.com/auth0/auth0-spa-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/auth0/auth0-spa-js/compare/v1.22.5...v2.0.0)
This commit is contained in:
+3
-1
@@ -114,7 +114,9 @@ export default {
|
||||
}
|
||||
const doLogout = () => {
|
||||
logout({
|
||||
returnTo: window.location.origin
|
||||
logoutParams: {
|
||||
returnTo: window.location.origin
|
||||
}
|
||||
})
|
||||
}
|
||||
const darkMode = computed({
|
||||
|
||||
Reference in New Issue
Block a user