Merge ~maxiberta/canonical-identity-provider:wider-2fa-device-verification into canonical-identity-provider:master

Proposed by Maximiliano Bertacchini
Status: Merged
Approved by: Maximiliano Bertacchini
Approved revision: e47471d13a8110dd17d08488fc0d3515a02fa8c5
Merge reported by: Otto Co-Pilot
Merged at revision: not available
Proposed branch: ~maxiberta/canonical-identity-provider:wider-2fa-device-verification
Merge into: canonical-identity-provider:master
Diff against target: 13 lines (+1/-1)
1 file modified
src/webui/templates/device/verify.html (+1/-1)
Reviewer Review Type Date Requested Status
Daniel Manrique (community) Approve
Review via email: mp+392955@code.launchpad.net

Commit message

Make device verification UI a bit wider

To post a comment you must log in.
Revision history for this message
Daniel Manrique (roadmr) wrote :

+1 thanks

review: Approve
Revision history for this message
Otto Co-Pilot (otto-copilot) wrote :

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/src/webui/templates/device/verify.html b/src/webui/templates/device/verify.html
2index 972b960..9e99957 100644
3--- a/src/webui/templates/device/verify.html
4+++ b/src/webui/templates/device/verify.html
5@@ -22,7 +22,7 @@ Affero General Public License version 3 (see the file LICENSE).
6 {% block content %}
7 <div class='row'>
8 {% if devices %}
9- <div id="auth-devices" class="col-6">
10+ <div id="auth-devices" class="col-7">
11 <form id="login-form" action="" method="post" name="loginform">
12 <h2>{% trans "Verify that your devices are up to date" %}</h2>
13 <p>{% trans "We periodically check to make sure you keep your backup devices always up to date." %}</p>

Subscribers

People subscribed via source and target branches