mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-22 23:30:10 +00:00
fix verify email api
This commit is contained in:
parent
a8e104db5b
commit
18f37fca7b
@ -271,8 +271,7 @@ router.post(
|
||||
|
||||
const user: User | null = await UserService.findOneBy({
|
||||
query: {
|
||||
email: token.email!,
|
||||
_id: token._id!,
|
||||
email: alreadySavedToken.email!,
|
||||
},
|
||||
props: {
|
||||
isRoot: true,
|
||||
|
Loading…
Reference in New Issue
Block a user