Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Hiboo
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ACIDES
Hiboo
Commits
dd8f1642
Verified
Commit
dd8f1642
authored
3 years ago
by
ornanovitch
Browse files
Options
Downloads
Patches
Plain Diff
use less space
parent
e3d6fe50
No related branches found
Branches containing commit
No related tags found
1 merge request
!31
Resolve "Support du 2FA TOTP"
Pipeline
#6614
passed
3 years ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
hiboo/account/templates/account_totp.html
+10
-4
10 additions, 4 deletions
hiboo/account/templates/account_totp.html
with
10 additions
and
4 deletions
hiboo/account/templates/account_totp.html
+
10
−
4
View file @
dd8f1642
...
...
@@ -27,10 +27,16 @@
<img
src=
"data:image/png;base64,{{ infos.qr }}"
class=
"rounded mb-4"
width=
250
height=
250
>
</div>
<div
class=
"col-md-6 col"
>
<ul
class=
"list-group"
>
<li
class=
"list-group-item"
>
{% trans %}Secret key: {% endtrans %}
<code>
{{ infos.key }}
</code></li>
<li
class=
"list-group-item"
>
{% trans %}Name: {% endtrans %}
<code>
{{ infos.name }}
</code></li>
<li
class=
"list-group-item"
>
{% trans %}Issuer: {% endtrans %}
<code>
{{ infos.issuer }}
</code></li>
<ul
class=
"list-group"
,
style=
"max-width: 500px"
>
<li
class=
"list-group-item d-flex justify-content-between"
>
{% trans %}Secret key{% endtrans %}
<code>
{{ infos.key }}
</code>
</li>
<li
class=
"list-group-item d-flex justify-content-between"
>
{% trans %}Name{% endtrans %}
<code>
{{ infos.name }}
</code>
</li>
<li
class=
"list-group-item d-flex justify-content-between"
>
{% trans %}Issuer{% endtrans %}
<code>
{{ infos.issuer }}
</code>
</li>
</ul>
</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