Initial mfa support (for internal users) #93591
@ -45,7 +45,8 @@ Multi-factor Authentication Setup
|
||||
{% with field=form.signature %}
|
||||
{% include "components/forms/field.html" %}
|
||||
{% endwith %}
|
||||
<button type="submit" class="btn">Validate</button>
|
||||
<button type="submit" class="btn btn-primary">Validate</button>
|
||||
<a class="btn btn-secondary" href="{% url 'bid_main:mfa' %}">Cancel</a>
|
||||
{% if form.non_field_errors %}
|
||||
<div class="text-danger mt-3">
|
||||
something went wrong
|
||||
|
@ -24,7 +24,8 @@ Multi-factor Authentication Setup
|
||||
{% with field=form.state %}
|
||||
{% include "components/forms/field.html" %}
|
||||
{% endwith %}
|
||||
<button type="submit" class="btn">Add security key</button>
|
||||
<button type="submit" class="btn btn-primary">Add security key</button>
|
||||
<a class="btn btn-secondary" href="{% url 'bid_main:mfa' %}">Cancel</a>
|
||||
{% if form.non_field_errors %}
|
||||
<div class="text-danger mt-3">
|
||||
something went wrong
|
||||
|
Loading…
Reference in New Issue
Block a user