Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.mdns.eu/nextcloud/passwords-client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Model/Session/Session.js')
-rw-r--r--src/Model/Session/Session.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Model/Session/Session.js b/src/Model/Session/Session.js
index 1a2bcf4..b7653f6 100644
--- a/src/Model/Session/Session.js
+++ b/src/Model/Session/Session.js
@@ -1,5 +1,7 @@
export default class Session {
+ get MODEL_TYPE() {return 'session';}
+
constructor(user = null, token = null, id = null, authorized = false) {
this._user = user;
this._token = token;