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
|
@ -494,7 +494,8 @@ RegisterPage::doUIA(const mtx::user_interactive::Unauthorized &unauthorized)
|
||||||
|
|
||||||
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,
|
||||||
|
mtx::user_interactive::auth::RegistrationToken{token.toStdString()}});
|
||||||
} else {
|
} else {
|
||||||
emit errorOccurred();
|
emit errorOccurred();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue