mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-04-02 09:05:08 +00:00
Remove unused code
This commit is contained in:
parent
e31107eb49
commit
617f931a14
@ -1,16 +0,0 @@
|
||||
/*
|
||||
* Copyright 2020 Eike K. & Contributors
|
||||
*
|
||||
* SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
*/
|
||||
|
||||
package docspell.oidc
|
||||
|
||||
import org.http4s.HttpRoutes
|
||||
import org.http4s.client.Client
|
||||
|
||||
object OpenidConnect {
|
||||
|
||||
def codeFlow[F[_]](client: Client[F]): HttpRoutes[F] =
|
||||
???
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user