mirror of
https://github.com/nextcloud/server.git
synced 2026-06-29 12:24:50 +02:00
f4cae8c222
IAlternativeLogin has a fatal flaw in that it is not possible to register multiple alternative login dynamically but only statically. IAlternativeLoginProvider fixes this limitation as the provider can then provider multiple IAlternativeLogin. Signed-off-by: Carl Schwan <carlschwan@kde.org>