aboutsummaryrefslogtreecommitdiff
path: root/src/server/authentication/DashUserModel.ts
diff options
context:
space:
mode:
authorSkitty1238 <157652284+Skitty1238@users.noreply.github.com>2025-06-04 22:30:11 -0400
committerSkitty1238 <157652284+Skitty1238@users.noreply.github.com>2025-06-04 22:30:11 -0400
commit745784b36e0f6fd2557ffe0d32cf11051627b148 (patch)
treeafb4a23fdb801660b0017c6faefe50ac9e7a6531 /src/server/authentication/DashUserModel.ts
parenteb9c93a635191ef9ec842592c4a85262811cf108 (diff)
parent488451f04d42642f11975e9532542a78622b16ef (diff)
Merge branch 'task_nodes_aarav' of https://github.com/brown-dash/Dash-Web into task_nodes_aarav
Diffstat (limited to 'src/server/authentication/DashUserModel.ts')
-rw-r--r--src/server/authentication/DashUserModel.ts6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/server/authentication/DashUserModel.ts b/src/server/authentication/DashUserModel.ts
index 4397e2bd4..debeef60c 100644
--- a/src/server/authentication/DashUserModel.ts
+++ b/src/server/authentication/DashUserModel.ts
@@ -9,14 +9,9 @@ export type DashUserModel = mongoose.Document & {
passwordResetToken?: string;
passwordResetExpires?: Date;
-
- // AARAV ADD
- googleToken?: string;
-
dropboxRefresh?: string;
dropboxToken?: string;
-
userDocumentId: string;
sharingDocumentId: string;
linkDatabaseId: string;
@@ -45,7 +40,6 @@ const userSchema = new mongoose.Schema(
passwordResetToken: String,
passwordResetExpires: Date,
- googleToken: String,
dropboxRefresh: String,
dropboxToken: String,
userDocumentId: String, // id that identifies a document which hosts all of a user's account data