You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
355 B
12 lines
355 B
extends ../layouts/main
|
|
block content
|
|
|
|
div(uk-grid)
|
|
.uk-width-expand
|
|
h1 Tokens
|
|
.uk-card-body
|
|
h3 These tokens should be saved in a safe place so you can get into your account should you lose your 2FA device
|
|
each token of tokens
|
|
ul.uk-list.uk-list-divider
|
|
li
|
|
.uk-text-small= token.token
|
|
|