daemon: adds conversation list limit, fixes auth saving in db auth store
This commit is contained in:
@@ -137,4 +137,8 @@ impl JwtToken {
|
||||
pub fn to_header_value(&self) -> HeaderValue {
|
||||
format!("Bearer {}", self.token).parse().unwrap()
|
||||
}
|
||||
|
||||
pub fn to_string(&self) -> String {
|
||||
self.token.clone()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user