Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Wolfgang Knopki
Spacedeck-open-SAML
Commits
40202ff4
Commit
40202ff4
authored
5 years ago
by
mntmn
Browse files
Options
Download
Email Patches
Plain Diff
fix logging in text on login button
parent
b0705009
master
saml-integration
1 merge request
!2
Mnt
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
views/partials/login.html
+2
-2
views/partials/login.html
with
2 additions
and
2 deletions
+2
-2
views/partials/login.html
+
2
-
2
View file @
40202ff4
...
@@ -29,8 +29,8 @@
...
@@ -29,8 +29,8 @@
</div>
</div>
<button
type=
"submit"
class=
"btn btn-dark btn-block"
>
<button
type=
"submit"
class=
"btn btn-dark btn-block"
>
<span
v-show=
"!loading_user"
>
[[__("login")]]
</span>
<span
v-show=
"!loading_user"
>
Login
</span>
<span
v-show=
"loading_user"
>
[[__("l
ogging
_
in
")]]
</span>
<span
v-show=
"loading_user"
>
L
ogging
in
…
</span>
</button>
</button>
<div
class=
"center alert alert-danger"
v-if=
"login_error"
>
{{login_error}}
</div>
<div
class=
"center alert alert-danger"
v-if=
"login_error"
>
{{login_error}}
</div>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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
Menu
Explore
Projects
Groups
Snippets