Skip to content

Commit 5ac0206

Browse files
author
Leonard Lesinski
authored
Create token.json
1 parent 4acad89 commit 5ac0206

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

loginfields/token.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"configpanel": 1,
3+
"name": "ConfigPanel demo (Token login field)",
4+
"icon": "https://svelte-sonner.vercel.app/favicon.png",
5+
"login": {
6+
"method": "get",
7+
"endpoint": "/login.json",
8+
"fields": [
9+
{
10+
"type": "token",
11+
"id": "token",
12+
"url": "/token.html"
13+
}
14+
]
15+
}
16+
}

0 commit comments

Comments
 (0)