Add account register and verify api
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package top.fatweb.api.exception
|
||||
|
||||
class NoEmailConfigException(
|
||||
vararg configs: String
|
||||
) : RuntimeException("Email settings not configured: ${configs.joinToString(", ")}")
|
||||
Reference in New Issue
Block a user