tsk-71: Add token expiration checks #78

Merged
phoenix merged 9 commits from tsk-71 into next-v0.8 2025-10-19 02:18:29 +00:00
Showing only changes of commit 65017599a4 - Show all commits

View File

@@ -12,7 +12,6 @@ pub struct LoginResult {
pub expiration: i64,
}
impl LoginResult {
pub fn to_json(&self) -> Result<String, serde_json::Error> {
serde_json::to_string_pretty(&self)