Skip to content

Commit

Permalink
Update user_model.ml
Browse files Browse the repository at this point in the history
Co-authored-by: Hannes Mehnert <hannes@mehnert.org>
  • Loading branch information
PizieDust and hannesm authored Jul 3, 2024
1 parent 41d1b38 commit 3be8539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user_model.ml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module Rng = Mirage_crypto_rng
type token = {
token_type : string;
access_token : string;
expires_in : int; (* After 1 hour (3660 seconds) of inactivity *)
expires_in : int; (* In seconds, so after 1 hour would be 3600 seconds of inactivity *)
}
let clean_string s =
(* Remove backslashes and double quotes from the string *)
Expand Down

0 comments on commit 3be8539

Please sign in to comment.