fix: fmt and clippy
This commit is contained in:
parent
47e62b9c46
commit
0b385cafab
3 changed files with 22 additions and 16 deletions
|
@ -22,11 +22,11 @@ async fn main() -> tide::Result<()> {
|
|||
|
||||
// for users to update their own profile
|
||||
app.at("/ldap/update").post(account_update::submit);
|
||||
|
||||
|
||||
// for new users
|
||||
app.at("/ldap/new/email").post(account_new::email::submit);
|
||||
app.at("/ldap/new/account").post(account_new::account::submit);
|
||||
|
||||
|
||||
// for folks who forget password/username
|
||||
app.at("/ldap/recover/password").post(account_recover::password::reset);
|
||||
app.at("/ldap/recover/password/auth").post(account_recover::password::auth);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue