fix warnings
This commit is contained in:
parent
e4600ccfef
commit
3573d40027
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ use tracing::info;
|
||||||
#[derive(Debug, Deserialize)]
|
#[derive(Debug, Deserialize)]
|
||||||
struct Claims {
|
struct Claims {
|
||||||
sub: String,
|
sub: String,
|
||||||
exp: usize,
|
//exp: usize,
|
||||||
}
|
}
|
||||||
|
|
||||||
/// # `GET /_matrix/client/r0/login`
|
/// # `GET /_matrix/client/r0/login`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue