mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Update sso-links.vue (#9054)
This commit is contained in:
@@ -44,8 +44,8 @@ export default defineComponent({
|
||||
name: formatTitle(provider.name),
|
||||
link: `${getRootPath()}auth/login/${provider.name}?redirect=${window.location.href.replace(
|
||||
location.search,
|
||||
'?continue'
|
||||
)}`,
|
||||
''
|
||||
)}?continue`,
|
||||
icon: provider.icon ?? 'account_circle',
|
||||
}));
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user