New login screen

- Basic user page
This commit is contained in:
2020-10-24 01:09:17 +02:00
parent edaff8a3ec
commit 8a4b0b1e13
24 changed files with 358 additions and 34 deletions

View File

@@ -11,7 +11,8 @@ const schemaBeat = new Schema({
}, {
timestamps: {
createdAt: true
}
},
versionKey: false
});
export { schemaBeat };