mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
Allow to authenticate with the same account from different sources
A new config allows to treat an account same independent where it was created (openid or local). Issue: #1827 #1781
This commit is contained in:
@ -56,7 +56,7 @@ object Dependencies {
|
||||
|
||||
val scribe = Seq(
|
||||
"com.outr" %% "scribe" % ScribeVersion,
|
||||
"com.outr" %% "scribe-slf4j" % ScribeVersion
|
||||
"com.outr" %% "scribe-slf4j2" % ScribeVersion
|
||||
)
|
||||
|
||||
val sourcecode = Seq(
|
||||
|
Reference in New Issue
Block a user