Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
simplesamlphp-module-campusmultiauth
Manage
Activity
Members
Labels
Plan
Wiki
Jira
Code
Merge requests
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
simplesamlphp-module-campusmultiauth
Commits
62fd9341
Verified
Commit
62fd9341
authored
2 years ago
by
Pavel Břoušek
Browse files
Options
Downloads
Patches
Plain Diff
fix: correct meta tag for idphint
parent
db8eb997
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
templates/selectsource.twig
+2
-1
2 additions, 1 deletion
templates/selectsource.twig
with
2 additions
and
1 deletion
templates/selectsource.twig
+
2
−
1
View file @
62fd9341
...
...
@@ -19,7 +19,8 @@
<script
src=
"/
{{
baseurlpath
}}
module.php/campusmultiauth/resources/jquery-3.6.0.min.js"
></script>
<script
src=
"/
{{
baseurlpath
}}
module.php/campusmultiauth/resources/selectize/js/standalone/selectize.min.js"
></script>
<meta
name=
"idphint"
value=
"
{%
if
idphint
is
defined
%}{{
idphint
|
json_encode
}}{%
endif
%}
"
>
{%
if
idphint
is
not
defined
%}{%
set
idphint
=
[]
%}{%
endif
%}
<meta
name=
"idphint"
content=
"
{{
idphint
|
json_encode
}}
"
>
<script
src=
"/
{{
baseurlpath
}}
module.php/campusmultiauth/resources/campus-idp.js"
></script>
{%
endblock
%}
...
...
This diff is collapsed.
Click to expand it.
Dominik Baránek
@460705
mentioned in commit
6e3675be
·
2 years ago
mentioned in commit
6e3675be
mentioned in commit 6e3675be70f92d6352933566fa711ab1632d3f05
Toggle commit list
Dominik Baránek
@460705
mentioned in commit
f20fdaea
·
2 years ago
mentioned in commit
f20fdaea
mentioned in commit f20fdaeaec22a4b82df2683b49e7c1b2b8fd1d38
Toggle commit list
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