Code refactoring #32

Merged
phoenix merged 10 commits from code_refactoring into main 2026-07-02 13:18:41 -04:00
Showing only changes of commit 2e1868999f - Show all commits
+1 -1
View File
@@ -103,7 +103,7 @@ pub fn create_token(
};
Ok(CreateTokenResult {
access_token: access_token,
access_token,
issued: issued.unix_timestamp(),
expires_in: expire.unix_timestamp(),
token_issued: issued,