errors
This commit is contained in:
@@ -26,6 +26,8 @@
|
||||
</div>
|
||||
{% if row.action_reason == "garmin_mfa_required" %}
|
||||
<span class="action-required">Garmin MFA required — <a href="/users/{{ row.id }}">resolve</a></span>
|
||||
{% elif row.action_reason == "mywhoosh_device_conflict" %}
|
||||
<span class="action-required">MyWhoosh account logged in on another device — log out there, then <a href="/users/{{ row.id }}">retry</a></span>
|
||||
{% endif %}
|
||||
</div>
|
||||
<div class="user-actions">
|
||||
|
||||
@@ -39,6 +39,11 @@
|
||||
<div class="card">
|
||||
{% include "fragments/mfa_form.html" %}
|
||||
</div>
|
||||
{% elif user.action_reason == "mywhoosh_device_conflict" %}
|
||||
<h2>MyWhoosh device conflict</h2>
|
||||
<div class="card">
|
||||
<p>MyWhoosh reports this account is already logged in on another device. Log out of MyWhoosh there (app or website), then retry the sync.</p>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
<h2>Recent sync runs</h2>
|
||||
|
||||
Reference in New Issue
Block a user