Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wiki-js
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
wiki-js
Commits
e782f85a
Commit
e782f85a
authored
Sep 13, 2020
by
NGPixel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: missing localization strings in login screen
parent
a381d4f3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
login.vue
client/components/login.vue
+8
-8
No files found.
client/components/login.vue
View file @
e782f85a
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
//-------------------------------------------------
//-------------------------------------------------
template(v-if='screen === `login` && strategies.length > 1')
template(v-if='screen === `login` && strategies.length > 1')
.login-subtitle
.login-subtitle
.text-subtitle-1
Select Authentication Provider
.text-subtitle-1
{{
$t
(
'auth:selectAuthProvider'
)
}}
.login-list
.login-list
v-list.elevation-1.radius-7(nav, light)
v-list.elevation-1.radius-7(nav, light)
v-list-item-group(v-model='selectedStrategyKey')
v-list-item-group(v-model='selectedStrategyKey')
...
@@ -40,7 +40,7 @@
...
@@ -40,7 +40,7 @@
//-------------------------------------------------
//-------------------------------------------------
template(v-if='screen === `login` && selectedStrategy.strategy.useForm')
template(v-if='screen === `login` && selectedStrategy.strategy.useForm')
.login-subtitle
.login-subtitle
.text-subtitle-1
Enter your credentials
.text-subtitle-1
{{
$t
(
'auth:enterCredentials'
)
}}
.login-form
.login-form
v-text-field(
v-text-field(
solo
solo
...
@@ -101,7 +101,7 @@
...
@@ -101,7 +101,7 @@
//-------------------------------------------------
//-------------------------------------------------
template(v-if='screen === `forgot`')
template(v-if='screen === `forgot`')
.login-subtitle
.login-subtitle
.text-subtitle-1
Forgot your password
.text-subtitle-1
{{
$t
(
'auth:forgotPasswordTitle'
)
}}
.login-info
{{
$t
(
'auth:forgotPasswordSubtitle'
)
}}
.login-info
{{
$t
(
'auth:forgotPasswordSubtitle'
)
}}
.login-form
.login-form
v-text-field(
v-text-field(
...
@@ -186,7 +186,7 @@
...
@@ -186,7 +186,7 @@
v-card
v-card
.login-tfa.text-center.pa-5.grey--text.text--darken-3
.login-tfa.text-center.pa-5.grey--text.text--darken-3
img(src='_assets/svg/icon-pin-pad.svg')
img(src='_assets/svg/icon-pin-pad.svg')
.subtitle-2
Enter the security code generated from your trusted device:
.subtitle-2
{{
$t
(
'auth:tfaFormTitle'
)
}}
v-text-field.login-tfa-field.mt-2(
v-text-field.login-tfa-field.mt-2(
solo
solo
flat
flat
...
@@ -215,12 +215,12 @@
...
@@ -215,12 +215,12 @@
v-dialog(v-model='isTFASetupShown', max-width='600', persistent)
v-dialog(v-model='isTFASetupShown', max-width='600', persistent)
v-card
v-card
.login-tfa.text-center.pa-5.grey--text.text--darken-3
.login-tfa.text-center.pa-5.grey--text.text--darken-3
.subtitle-1.primary--text
Your administrator has required Two-Factor Authentication (2FA) to be enabled on your account.
.subtitle-1.primary--text
{{
$t
(
'auth:tfaSetupTitle'
)
}}
v-divider.my-5
v-divider.my-5
.subtitle-2
1) Scan the QR code below from your mobile 2FA application:
.subtitle-2
{{
$t
(
'auth:tfaSetupInstrFirst'
)
}}
.caption (
e.g.
#[a(href='https://authy.com/', target='_blank', noopener) Authy], #[a(href='https://support.google.com/accounts/answer/1066447', target='_blank', noopener) Google Authenticator], #[a(href='https://www.microsoft.com/en-us/account/authenticator', target='_blank', noopener) Microsoft Authenticator], etc.)
.caption (#[a(href='https://authy.com/', target='_blank', noopener) Authy], #[a(href='https://support.google.com/accounts/answer/1066447', target='_blank', noopener) Google Authenticator], #[a(href='https://www.microsoft.com/en-us/account/authenticator', target='_blank', noopener) Microsoft Authenticator], etc.)
.login-tfa-qr.mt-5(v-if='isTFASetupShown', v-html='tfaQRImage')
.login-tfa-qr.mt-5(v-if='isTFASetupShown', v-html='tfaQRImage')
.subtitle-2.mt-5
2) Enter the security code generated from your trusted device:
.subtitle-2.mt-5
{{
$t
(
'auth:tfaSetupInstrSecond'
)
}}
v-text-field.login-tfa-field.mt-2(
v-text-field.login-tfa-field.mt-2(
solo
solo
flat
flat
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment