Fix 3rd-party auth links

Closes #1198

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2022-11-22 09:26:39 +01:00
parent 6792ee3127
commit f9d21c5a38
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
<template>
<o-button
tag="a"
outlined
variant="primary"
:icon-left="oauthProvider.id"
@ -9,6 +10,7 @@
<span>{{ SELECTED_PROVIDERS[oauthProvider.id] }}</span></o-button
>
<o-button
tag="a"
outlined
variant="primary"
:href="`/auth/${oauthProvider.id}`"