Skip to content

Commit

Permalink
Merging master in to hash out auhty button.
Browse files Browse the repository at this point in the history
Merge branch 'master' of github.com:APTrust/registry
  • Loading branch information
Caesonia committed Apr 11, 2024
2 parents a55fdfc + f4bd79d commit 4fe130a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/users/choose_second_factor.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h2>Multi-Factor Authentication Required</h2>
<p class="mb-3">How would you like to complete your login?</p>

<div class="two-factor-option mb-3">
<button class="button is-primary" onclick="submitSecondFactor('authy')">Authy</button>
<button class="button is-primary" onclick="submitSecondFactor('authy')" disabled title="Authy is temporarily not available. APTrust is working to resolve this issue.">Authy</button>
<article id="two-factor-method-authy" class="message is-info mt-4 two-factor-message" style="display:none">
<div class="message-body">Sent push notification.</div>
</article>
Expand Down

0 comments on commit 4fe130a

Please sign in to comment.