Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
simplesamlphp
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Perun
Perun ProxyIdP
v1
simplesamlphp
Commits
4df1183e
Commit
4df1183e
authored
6 years ago
by
Tim van Dijen
Browse files
Options
Downloads
Patches
Plain Diff
authYubiKey: fix img-path
parent
cd9993ea
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/authYubiKey/templates/yubikeylogin.twig
+1
-1
1 addition, 1 deletion
modules/authYubiKey/templates/yubikeylogin.twig
with
1 addition
and
1 deletion
modules/authYubiKey/templates/yubikeylogin.twig
+
1
−
1
View file @
4df1183e
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
{%
block
content
%}
{%
block
content
%}
{%
if
errorCode
!=
null
%}
{%
if
errorCode
!=
null
%}
<div
style=
"border-left: 1px solid #e8e8e8; border-bottom: 1px solid #e8e8e8; background: #f5f5f5"
>
<div
style=
"border-left: 1px solid #e8e8e8; border-bottom: 1px solid #e8e8e8; background: #f5f5f5"
>
<img
src=
"
{{
baseurlpath
}}
resources/icons/experience/gtk-dialog-error.48x48.png"
class=
"float-l"
style=
"margin: 15px;"
alt=
""
/
>
<img
src=
"
/
{{
baseurlpath
}}
resources/icons/experience/gtk-dialog-error.48x48.png"
class=
"float-l"
style=
"margin: 15px;"
alt=
""
>
<h2>
{{
'{login:error_header}'
|
trans
}}
</h2>
<h2>
{{
'{login:error_header}'
|
trans
}}
</h2>
<p><span
style=
"text-decoration: bold;"
>
{{
errorTitle
}}
</p>
<p><span
style=
"text-decoration: bold;"
>
{{
errorTitle
}}
</p>
<p>
{{
errorDesc
}}
</p>
<p>
{{
errorDesc
}}
</p>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment