Optimize two-factor api. Add remove two-factor api.
This commit is contained in:
@@ -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")
|
||||
Reference in New Issue
Block a user