Add database to server endpoints, move modals, add forget pw to db
All checks were successful
Build Crate / build (push) Successful in 1m45s
All checks were successful
Build Crate / build (push) Successful in 1m45s
This commit is contained in:
@@ -31,3 +31,9 @@ pub struct WebAuthInfo {
|
||||
pub username: String,
|
||||
pub remember_me: bool,
|
||||
}
|
||||
|
||||
#[derive(Serialize, Deserialize, Clone)]
|
||||
pub struct ForgotPasswordRequest {
|
||||
pub username: String,
|
||||
pub contact_info: String,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user