feat: minor update
Some checks are pending
ci/woodpecker/pr/test Pipeline is pending

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-11-21 19:55:14 +01:00
parent d4a162876a
commit 6bf847a24a
2 changed files with 2 additions and 14 deletions

View File

@@ -132,7 +132,7 @@ impl Auth for NoopAuthService {
self.config
.return_url
.rsplit_once('/')
.map(|(a, b)| a)
.map(|(a, _)| a)
.unwrap()
))
.unwrap();