()
| 12988 | Regenerate to get 10 new codes (old codes will be invalidated). |
| 12989 | </p> |
| 12990 | <div id="regen-codes-display" class="hidden mb-3"></div> |
| 12991 | <div id="regen-status" class="hidden p-3 rounded-lg text-sm mb-3"></div> |
| 12992 | <button onclick="handleRegenRecovery()" |
| 12993 | class="bg-yellow-600 hover:bg-yellow-700 text-white px-4 py-2 rounded-lg transition-colors text-sm"> |
| 12994 | Regenerate Recovery Codes |
| 12995 | </button> |
| 12996 | </div> |
| 12997 | |
| 12998 | <!-- Logout --> |
| 12999 | <div class="glass rounded-lg p-4"> |
| 13000 | <h4 class="font-medium mb-3">Session</h4> |
| 13001 | <button onclick="handleLogout()" |
| 13002 | class="bg-red-600 hover:bg-red-700 text-white px-4 py-2 rounded-lg transition-colors text-sm"> |
| 13003 | Logout |
| 13004 | </button> |
nothing calls this directly
no test coverage detected