mirror of
https://github.com/ClaytonWWilson/CS307-Team24.git
synced 2026-03-10 13:15:05 +00:00
Users can be verified and have a check mark displayed on their profiles
This commit is contained in:
@@ -76,7 +76,8 @@ exports.signup = (req, res) => {
|
||||
handle: newUser.handle,
|
||||
createdAt: newUser.createdAt,
|
||||
userId,
|
||||
followedTopics: []
|
||||
followedTopics: [],
|
||||
verified: false
|
||||
};
|
||||
return db.doc(`/users/${newUser.handle}`).set(userCred);
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user