2
0
mirror of https://github.com/frappe/books.git synced 2024-11-09 23:30:56 +00:00

Delete session.js

This commit is contained in:
Rushabh Mehta 2018-02-19 12:47:04 +05:30 committed by GitHub
parent 6033f711ab
commit 676965be5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
}
]
}