X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fclientauthhandler.cpp;fp=src%2Fclient%2Fclientauthhandler.cpp;h=fc6156d2a743858825beedcf25b499d6b9ad9fa7;hp=c8ed7359cf63ebea648b9ca01cad6f866a7dd5e2;hb=61aac1868f15babb7086d8bc6bbcff530346f438;hpb=dd69349ca91776432a4a53aa4d18dd8ef018cd26 diff --git a/src/client/clientauthhandler.cpp b/src/client/clientauthhandler.cpp index c8ed7359..fc6156d2 100644 --- a/src/client/clientauthhandler.cpp +++ b/src/client/clientauthhandler.cpp @@ -303,6 +303,7 @@ void ClientAuthHandler::handle(const ClientRegistered &msg) { _coreConfigured = msg.coreConfigured; _backendInfo = msg.backendInfo; + _authBackendInfo = msg.authBackendInfo; Client::setCoreFeatures(static_cast(msg.coreFeatures)); @@ -321,7 +322,7 @@ void ClientAuthHandler::onConnectionReady() if (!_coreConfigured) { // start wizard - emit startCoreSetup(_backendInfo); + emit startCoreSetup(_backendInfo, _authBackendInfo); } else // TODO: check if we need LoginEnabled login();