refactoring, proper User implementation, more settings endpoints. backend probably needs a full refactor to an API/Service/Repository architecture for maintainability
This commit is contained in:
+3
-1
@@ -77,7 +77,9 @@ fn rocket() -> Rocket<Build> {
|
||||
auth::disable_totp,
|
||||
auth::get_totp_status,
|
||||
auth::change_password,
|
||||
auth::change_display_name
|
||||
auth::change_display_name,
|
||||
auth::change_username,
|
||||
auth::delete_account,
|
||||
],
|
||||
)
|
||||
.register(
|
||||
|
||||
Reference in New Issue
Block a user