Skip to content

Commit

Permalink
Remove Apple login support
Browse files Browse the repository at this point in the history
  • Loading branch information
rubentalstra committed Jan 28, 2025
1 parent 0352e4a commit 0876af4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions api/models/schema/userSchema.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,11 @@ const userSchema = mongoose.Schema(
unique: true,
sparse: true,
},
openidId: {
type: String,
unique: true,
sparse: true,
},
ldapId: {
type: String,
unique: true,
Expand Down

0 comments on commit 0876af4

Please sign in to comment.