mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-29 14:18:49 +03:00
Run linter
This commit is contained in:
parent
4fa644f2b7
commit
0da58c476c
1 changed files with 7 additions and 6 deletions
|
@ -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 a new issue