Token create #17

Merged
phoenix merged 2 commits from token_create into v0.3.0-migrate 2026-05-31 17:14:16 -04:00
Showing only changes of commit f920e91ec0 - Show all commits
-2
View File
@@ -24,8 +24,6 @@ pub struct LoginResult {
// Alias for LoginResult
pub type Login = LoginResult;
pub fn get_issued() -> time::Result<time::OffsetDateTime> {
Ok(time::OffsetDateTime::now_utc())
}