mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-14 01:06:03 +01:00
15 lines
326 B
Markdown
15 lines
326 B
Markdown
---
|
|
title: 2-Factor Authentication
|
|
|
|
form:
|
|
fields:
|
|
2fa_instructions:
|
|
type: display
|
|
markdown: true
|
|
content: PLUGIN_ADMIN.2FA_INSTRUCTIONS
|
|
2fa_code:
|
|
type: text
|
|
autofocus: true
|
|
placeholder: PLUGIN_ADMIN.2FA_CODE_INPUT
|
|
---
|