Changed expiration field of LoginResult to i64 (#36)
Reviewed-on: #36 Co-authored-by: phoenix <kundeng00@pm.me> Co-committed-by: phoenix <kundeng00@pm.me>
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ pub struct LoginResult {
|
||||
pub token: String,
|
||||
#[serde(alias = "token_type")]
|
||||
pub token_type: String,
|
||||
pub expiration: i32,
|
||||
pub expiration: i64,
|
||||
}
|
||||
|
||||
impl Default for LoginResult {
|
||||
|
||||
Reference in New Issue
Block a user