mirror of https://github.com/veypi/OneAuth.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Fix a bug where the count variable was not reset before checking email and phone uniqueness. This could cause false positives if a previous check had count > 0, incorrectly reporting that email or phone already exists when they don't. - Reset count to 0 before email check - Reset count to 0 before phone check |
1 week ago | |
|---|---|---|
| .. | ||
| init.go | 1 week ago | |
| login.go | 1 week ago | |
| me.go | 1 week ago | |
| methods.go | 1 week ago | |
| register.go | 1 week ago | |
| thirdparty.go | 1 week ago | |