mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-12 00:06:04 +01:00
15 lines
264 B
Markdown
15 lines
264 B
Markdown
---
|
|
title: Dashboard Logout
|
|
|
|
form:
|
|
fields:
|
|
- name: username
|
|
type: text
|
|
placeholder: PLUGIN_ADMIN.USERNAME
|
|
autofocus: true
|
|
|
|
- name: password
|
|
type: password
|
|
placeholder: PLUGIN_ADMIN.PASSWORD
|
|
---
|