Skip to content

Commit

Permalink
adds user_id verifyUserResponse
Browse files Browse the repository at this point in the history
  • Loading branch information
Zack-Xb committed May 9, 2024
1 parent 1e2b814 commit 8af3a62
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/models/server_auth.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ pub struct VerifyUserRequest {
pub struct VerifyUserResponse {
pub exists: bool,
pub backup: bool,
pub user_id: Uuid,
}

/* Session */
#[derive(Debug, Clone, Serialize, Deserialize)]
pub struct Session {
Expand Down

0 comments on commit 8af3a62

Please sign in to comment.