mirror of
https://github.com/frappe/books.git
synced 2025-02-02 12:08:27 +00:00
Delete session.js
This commit is contained in:
parent
6033f711ab
commit
676965be5e
@ -1,21 +0,0 @@
|
|||||||
module.exports = {
|
|
||||||
"name": "Session",
|
|
||||||
"doctype": "DocType",
|
|
||||||
"isSingle": 0,
|
|
||||||
"isChild": 0,
|
|
||||||
"keywordFields": [],
|
|
||||||
"fields": [
|
|
||||||
{
|
|
||||||
"fieldname": "username",
|
|
||||||
"label": "Username",
|
|
||||||
"fieldtype": "Data",
|
|
||||||
"required": 1
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"fieldname": "password",
|
|
||||||
"label": "Password",
|
|
||||||
"fieldtype": "Password",
|
|
||||||
"required": 1
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user