Skip to content

Commit 8af3a62

Browse files
committed
adds user_id verifyUserResponse
1 parent 1e2b814 commit 8af3a62

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/models/server_auth.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ pub struct VerifyUserRequest {
3434
pub struct VerifyUserResponse {
3535
pub exists: bool,
3636
pub backup: bool,
37+
pub user_id: Uuid,
3738
}
39+
3840
/* Session */
3941
#[derive(Debug, Clone, Serialize, Deserialize)]
4042
pub struct Session {

0 commit comments

Comments
 (0)