diff options
Diffstat (limited to 'src/ui/UIA.h')
-rw-r--r-- | src/ui/UIA.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/UIA.h b/src/ui/UIA.h index 5b5eb9f4..2bff6948 100644 --- a/src/ui/UIA.h +++ b/src/ui/UIA.h @@ -9,6 +9,7 @@ #include <mtxclient/http/client.hpp> +#include "FallbackAuth.h" #include "ReCaptcha.h" class UIA final : public QObject @@ -62,6 +63,7 @@ signals: void email(); void phoneNumber(); void reCaptcha(ReCaptcha *recaptcha); + void fallbackAuth(FallbackAuth *fallback); void confirm3pidToken(); void prompt3pidToken(); |