Browse Source

chore(gui-v2): update google auth link & style

pull/3252/head
braks 2 years ago
parent
commit
dc2c28f6bb
  1. 4
      packages/nc-gui-v2/pages/signup/[[token]].vue

4
packages/nc-gui-v2/pages/signup/[[token]].vue

@ -154,8 +154,8 @@ function resetError() {
<a
v-if="appInfo.googleAuthEnabled"
href="http://localhost:8080/auth/google"
class="submit after:(!bg-white) !text-primary border-1 border-primary"
:href="`${api.instance.defaults.baseURL}/auth/google`"
class="submit after:(!bg-white) !text-primary border-1 border-primary !no-underline"
>
<span class="flex items-center gap-2">
<LogosGoogleGmail />

Loading…
Cancel
Save