doc:a dded note on the account verification
This commit is contained in:
parent
2e3578bae7
commit
c11b520c77
1 changed files with 2 additions and 0 deletions
|
@ -168,6 +168,8 @@ pub struct LdapNewUserVerify {
|
|||
auth_code: String,
|
||||
password: String,
|
||||
}
|
||||
|
||||
/// Handles the verification that a user has access to the email
|
||||
pub async fn post_new_account_confirmation(mut req: Request<State>) -> tide::Result {
|
||||
let LdapNewUserVerify {
|
||||
auth_code,
|
||||
|
|
Loading…
Reference in a new issue