docs: More TODO
This commit is contained in:
parent
a2653c9e77
commit
ddb82171e3
2 changed files with 5 additions and 0 deletions
|
|
@ -20,6 +20,8 @@ pub async fn logout(
|
|||
login_page(
|
||||
State(state),
|
||||
Some(LoginError::SessionInvalidated),
|
||||
// TODO: this is wrong because we produce an empty redirect query which is
|
||||
// then converted to b64URL (and panics).
|
||||
InternalRedirect::new(),
|
||||
)
|
||||
.await,
|
||||
|
|
|
|||
Loading…
Reference in a new issue