Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
simplesamlphp-module-authswitcher
Manage
Activity
Members
Labels
Plan
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
Show more breadcrumbs
Perun
Perun ProxyIdP
v1
simplesamlphp-module-authswitcher
Commits
a94693c0
Verified
Commit
a94693c0
authored
9 months ago
by
Jan Pavlíček
Committed by
Jan Pavlíček
9 months ago
Browse files
Options
Downloads
Patches
Plain Diff
fix: setup-mfa-tpl.php button colors
parent
1c44ef07
No related branches found
No related tags found
1 merge request
!59
fix: setup-mfa-tpl button look
Pipeline
#519153
passed
9 months ago
Stage: .pre
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
templates/setup-mfa-tpl.php
+4
-5
4 additions, 5 deletions
templates/setup-mfa-tpl.php
with
4 additions
and
5 deletions
templates/setup-mfa-tpl.php
+
4
−
5
View file @
a94693c0
...
...
@@ -11,12 +11,11 @@ $this->includeAtTemplateBase('includes/header.php');
<div>
<p>
<?php
echo
$this
->
t
(
'{authswitcher:mfa:setup_mfa_text}'
);
?>
</p>
<?php
if
(
!
empty
(
$this
->
data
[
SwitchAuth
::
PARAM_MFA_REDIRECT_URL
]))
{
?>
<
a
class=
"btn btn-lg btn-primary"
href=
"
<?php
echo
$this
->
data
[
SwitchAuth
::
PARAM_MFA_REDIRECT_URL
];
?>
"
>
<span>
<?php
echo
$this
->
t
(
'{authswitcher:mfa:manage_tokens_button}'
);
?>
</span
>
</
a
>
<
form
action=
"
<?php
echo
htmlspecialchars
(
$this
->
data
[
SwitchAuth
::
PARAM_MFA_REDIRECT_URL
]);
?>
"
method=
"GET"
>
<input
type=
"submit"
class=
"btn btn-lg btn-primary"
value=
"
<?php
echo
$this
->
t
(
'{authswitcher:mfa:manage_tokens_button}'
);
?>
"
>
</
form
>
<?php
}
?>
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
Perun-GitLab Service Account
@9045464
mentioned in commit
4d711b42
·
9 months ago
mentioned in commit
4d711b42
mentioned in commit 4d711b42cbf5737594625dbb569d7502286c3e43
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