|
|
@ -5,10 +5,14 @@ block content |
|
|
|
div(uk-grid).uk-flex-middle |
|
|
|
.uk-width-expand |
|
|
|
h1.margin-remove Tokens |
|
|
|
.uk-width-auto |
|
|
|
section.uk-section.uk-section-default.uk-section-xsmall |
|
|
|
.uk-container |
|
|
|
.uk-text-small |
|
|
|
h4 This is where you will regenerate OTP tokens for your admin account and destroy your old OTP account. |
|
|
|
//- .uk-width-auto |
|
|
|
button( |
|
|
|
type="button", |
|
|
|
data-user= user, |
|
|
|
data-user= user._id, |
|
|
|
onclick="return dtp.adminApp.generateOTPTokens(event);", |
|
|
|
).uk-button.dtp-button-danger |
|
|
|
+renderButtonIcon('fa-repeat', 'Generate OTP Tokens') |
|
|
|