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:
authorMarius David Wieschollek <passwords.public@mdns.eu>2023-12-23 22:42:08 +0300
committerMarius David Wieschollek <passwords.public@mdns.eu>2023-12-23 22:42:08 +0300
commited963bf944f4ef5621818e841dc0da0f51deb6dd (patch)
treed267a5edbfda1c98fb49db2ed868485ab12a01b6 /src/Model/Session/Session.js
parentebdc6bcd8cb21c0d14086a5bdec336b506157cdf (diff)
parent4f0186c60d9351c58659d69c5f2db103ec9ac3f2 (diff)
Merge branch 'master' into testingtesting
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;