forked from AkkomaGang/akkoma-fe
Fix typo.
This commit is contained in:
parent
fbe30b4922
commit
b6cd4ff32a
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ const afterStoreSetup = ({store, i18n}) => {
|
|||
{ name: 'registration', path: '/registration/:token', component: Registration },
|
||||
{ name: 'friend-requests', path: '/friend-requests', component: FollowRequests },
|
||||
{ name: 'user-settings', path: '/user-settings', component: UserSettings },
|
||||
{ name: 'ouath-callback', path: '/oauth-callback', component: OAuthCallback, props: (route) => ({ code: route.query.code }) }
|
||||
{ name: 'oauth-callback', path: '/oauth-callback', component: OAuthCallback, props: (route) => ({ code: route.query.code }) }
|
||||
]
|
||||
|
||||
const router = new VueRouter({
|
||||
|
|
Loading…
Reference in a new issue