mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-24 05:05:20 -04:00
(auth) error about broken apple auth
This commit is contained in:
parent
673ed465ac
commit
90eac5ad66
@ -579,6 +579,8 @@ user:
|
||||
brokenNotice: >
|
||||
We're having technical problems with the authentication method…
|
||||
If it doesn't work for you, please log in with email (or another method).
|
||||
oauthError: >
|
||||
An error occurred when trying to authenticate… Please try again or use a different authentication method.
|
||||
code:
|
||||
action: 'Validate'
|
||||
invalid: 'Invalid code.'
|
||||
|
@ -755,6 +755,8 @@ user:
|
||||
brokenNotice: >
|
||||
We're having technical problems with the authentication method…
|
||||
If it doesn't work for you, please log in with email (or another method).
|
||||
oauthError: >
|
||||
An error occurred when trying to authenticate… Please try again or use a different authentication method.
|
||||
code:
|
||||
action: 'Validate'
|
||||
invalid: 'Invalid code.'
|
||||
|
@ -1,6 +1,14 @@
|
||||
<template>
|
||||
<Homepage v-if="$config.header" />
|
||||
<SelectVersion v-else />
|
||||
<div>
|
||||
<div v-if="$route.query.error" class="container pt-md-4">
|
||||
<div class="alert alert-danger">
|
||||
<Icon v="heart-broken"/>
|
||||
<T>user.login.oauthError</T>
|
||||
</div>
|
||||
</div>
|
||||
<Homepage v-if="$config.header" />
|
||||
<SelectVersion v-else />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
Loading…
x
Reference in New Issue
Block a user