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