Optimize two-factor api. Add remove two-factor api.

This commit is contained in:
2024-03-01 15:35:32 +08:00
parent b52ce7f5e8
commit 570f5a8ac6
20 changed files with 109 additions and 21 deletions

View File

@@ -0,0 +1,10 @@
package top.fatweb.oxygen.api.exception
/**
* Two-factor verification code error exception
*
* @author FatttSnake, fatttsnake@gmail.com
* @since 1.0.0
* @see RuntimeException
*/
class TwoFactorVerificationCodeErrorException : RuntimeException("Two-factor verification code error")