Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Official
AlekSIS-Core
Merge requests
!1099
Activate WebAuthn and redesign 2FA profile page
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Activate WebAuthn and redesign 2FA profile page
2fa-webauthn
into
master
Overview
1
Commits
12
Pipelines
6
Changes
22
Merged
Jonathan Weth
requested to merge
2fa-webauthn
into
master
2 years ago
Overview
1
Commits
12
Pipelines
6
Changes
22
Expand
0
0
Merge request reports
Compare
master
version 5
10078d1b
2 years ago
version 4
9797792f
2 years ago
version 3
f68bffc6
2 years ago
version 2
87171bd8
2 years ago
version 1
bd7f05d1
2 years ago
master (base)
and
latest version
latest version
20b274ff
12 commits,
2 years ago
version 5
10078d1b
11 commits,
2 years ago
version 4
9797792f
7 commits,
2 years ago
version 3
f68bffc6
7 commits,
2 years ago
version 2
87171bd8
1 commit,
2 years ago
version 1
bd7f05d1
1 commit,
2 years ago
22 files
+
484
−
145
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
22
Search (e.g. *.vue) (Ctrl+P)
aleksis/core/frontend/components/app/ErrorPage.vue
+
5
−
1
Options
@@ -5,7 +5,11 @@
>
<h1
class=
"text-h2"
>
{{
$t
(
shortErrorMessageKey
)
}}
</h1>
<div>
{{
$t
(
longErrorMessageKey
)
}}
</div>
<v-btn
color=
"secondary"
:to=
"
{ name: redirectRouteName }" v-if="!hideButton">
<v-btn
color=
"secondary"
:to=
"
{ name: redirectRouteName }"
v-if="!hideButton"
>
<v-icon
left
>
{{
redirectButtonIcon
}}
</v-icon>
{{
$t
(
redirectButtonTextKey
)
}}
</v-btn>
Loading