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 the logic for code.max_daily_count setting to correctly handle: - 0: Disable verification code service entirely - -1: No limit on daily sends - >0: Limit daily sends to the specified number Previously both 0 and -1 were treated as unlimited, which was incorrect. The documentation states 0 should disable the service. |
1 week ago | |
|---|---|---|
| .. | ||
| init.go | 1 week ago | |
| send.go | 1 week ago | |