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
accd7e60
Commit
accd7e60
authored
10 months ago
by
Jan Pavlíček
Browse files
Options
Downloads
Plain Diff
chore: merge branch 'xpavlic/disco_fix' into 'main'
fix: setup-mfa-tpl button look See merge request
!59
parents
1c44ef07
a94693c0
No related branches found
No related tags found
1 merge request
!59
fix: setup-mfa-tpl button look
Pipeline
#519156
passed
10 months ago
Stage: .pre
Stage: test
Stage: deploy
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 @
accd7e60
...
@@ -11,12 +11,11 @@ $this->includeAtTemplateBase('includes/header.php');
...
@@ -11,12 +11,11 @@ $this->includeAtTemplateBase('includes/header.php');
<div>
<div>
<p>
<?php
echo
$this
->
t
(
'{authswitcher:mfa:setup_mfa_text}'
);
?>
</p>
<p>
<?php
echo
$this
->
t
(
'{authswitcher:mfa:setup_mfa_text}'
);
?>
</p>
<?php
if
(
!
empty
(
$this
->
data
[
SwitchAuth
::
PARAM_MFA_REDIRECT_URL
]))
{
?>
<?php
if
(
!
empty
(
$this
->
data
[
SwitchAuth
::
PARAM_MFA_REDIRECT_URL
]))
{
?>
<
a
class=
"btn btn-lg btn-primary"
<
form
action=
"
<?php
echo
htmlspecialchars
(
$this
->
data
[
SwitchAuth
::
PARAM_MFA_REDIRECT_URL
]);
?>
"
method=
"GET"
>
href=
"
<?php
echo
$this
->
data
[
SwitchAuth
::
PARAM_MFA_REDIRECT_URL
];
?>
"
>
<input
type=
"submit"
class=
"btn btn-lg btn-primary"
<span>
<?php
echo
$this
->
t
(
'{authswitcher:mfa:manage_tokens_button}'
);
?>
</span
>
value=
"
<?php
echo
$this
->
t
(
'{authswitcher:mfa:manage_tokens_button}'
);
?>
"
>
</
a
>
</
form
>
<?php
}
?>
<?php
}
?>
</div>
</div>
</div>
</div>
...
...
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