Run linter
This commit is contained in:
parent
4fa644f2b7
commit
0da58c476c
@ -492,12 +492,13 @@ RegisterPage::doUIA(const mtx::user_interactive::Unauthorized &unauthorized)
|
|||||||
QString(),
|
QString(),
|
||||||
&ok);
|
&ok);
|
||||||
|
|
||||||
if (ok) {
|
if (ok) {
|
||||||
emit registrationWithAuth(mtx::user_interactive::Auth{
|
emit registrationWithAuth(mtx::user_interactive::Auth{
|
||||||
session, mtx::user_interactive::auth::RegistrationToken{token.toStdString()}});
|
session,
|
||||||
} else {
|
mtx::user_interactive::auth::RegistrationToken{token.toStdString()}});
|
||||||
emit errorOccurred();
|
} else {
|
||||||
}
|
emit errorOccurred();
|
||||||
|
}
|
||||||
} else {
|
} else {
|
||||||
// use fallback
|
// use fallback
|
||||||
auto dialog = new dialogs::FallbackAuth(
|
auto dialog = new dialogs::FallbackAuth(
|
||||||
|
Loading…
Reference in New Issue
Block a user