|
1 |
| -<div class="ui small modal" id="webauthn-error"> |
2 |
| - <div class="header">{{.locale.Tr "webauthn_error"}}</div> |
3 |
| - <div class="content"> |
4 |
| - <div class="ui negative message"> |
5 |
| - <div class="header"> |
| 1 | +<div id="webauthn-error" class="ui small hide"> |
| 2 | + <div class="content ui negative message"> |
| 3 | + <div class="header"> |
6 | 4 | {{.locale.Tr "webauthn_error"}}
|
7 |
| - </div> |
8 |
| - <div class="hide" data-webauthn-error-msg="browser"><p>{{.locale.Tr "webauthn_unsupported_browser"}}</div> |
9 |
| - <div class="hide" data-webauthn-error-msg="unknown"><p>{{.locale.Tr "webauthn_error_unknown"}}</div> |
10 |
| - <div class="hide" data-webauthn-error-msg="insecure"><p>{{.locale.Tr "webauthn_error_insecure"}}</div> |
11 |
| - <div class="hide" data-webauthn-error-msg="unable-to-process"><p>{{.locale.Tr "webauthn_error_unable_to_process"}}</div> |
12 |
| - <div class="hide" data-webauthn-error-msg="duplicated"><p>{{.locale.Tr "webauthn_error_duplicated"}}</div> |
13 |
| - <div class="hide" data-webauthn-error-msg="empty"><p>{{.locale.Tr "webauthn_error_empty"}}</div> |
14 |
| - <div class="hide" data-webauthn-error-msg="timeout"><p>{{.locale.Tr "webauthn_error_timeout"}}</div> |
15 |
| - <div class="hide" data-webauthn-error-msg="general"></div> |
16 | 5 | </div>
|
17 |
| - </div> |
18 |
| - <div class="actions"> |
19 |
| - <button onclick="window.location.reload()" class="success ui button hide webauthn_error_timeout">{{.locale.Tr "webauthn_reload"}}</button> |
20 |
| - <div class="ui cancel button">{{.locale.Tr "cancel"}}</div> |
| 6 | + <div id="webauthn-error-msg" class=""> |
| 7 | + </div> |
| 8 | + <div class="hide" data-webauthn-error-msg="browser"><p>{{.locale.Tr "webauthn_unsupported_browser"}}</div> |
| 9 | + <div class="hide" data-webauthn-error-msg="unknown"><p>{{.locale.Tr "webauthn_error_unknown"}}</div> |
| 10 | + <div class="hide" data-webauthn-error-msg="insecure"><p>{{.locale.Tr "webauthn_error_insecure"}}</div> |
| 11 | + <div class="hide" data-webauthn-error-msg="unable-to-process"><p>{{.locale.Tr "webauthn_error_unable_to_process"}}</div> |
| 12 | + <div class="hide" data-webauthn-error-msg="duplicated"><p>{{.locale.Tr "webauthn_error_duplicated"}}</div> |
| 13 | + <div class="hide" data-webauthn-error-msg="empty"><p>{{.locale.Tr "webauthn_error_empty"}}</div> |
| 14 | + <div class="hide" data-webauthn-error-msg="timeout"><p>{{.locale.Tr "webauthn_error_timeout"}}</div> |
21 | 15 | </div>
|
22 | 16 | </div>
|
0 commit comments