diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2023-07-01 00:56:09 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2023-07-01 00:56:09 -0400 |
commit | 4ac7ca9245016616bbc77acf8e989e41729e1afd (patch) | |
tree | 4e7fdf999bec15cb1f4c7783e76a4ac8d496e317 /src/remoteauth/remoteauthdialog.hpp | |
parent | 3b206e11216b383fae0e860e0092f71301fd4425 (diff) | |
download | abaddon-portaudio-4ac7ca9245016616bbc77acf8e989e41729e1afd.tar.gz abaddon-portaudio-4ac7ca9245016616bbc77acf8e989e41729e1afd.zip |
finalize login
Diffstat (limited to 'src/remoteauth/remoteauthdialog.hpp')
-rw-r--r-- | src/remoteauth/remoteauthdialog.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/remoteauth/remoteauthdialog.hpp b/src/remoteauth/remoteauthdialog.hpp index 24fad56..44af821 100644 --- a/src/remoteauth/remoteauthdialog.hpp +++ b/src/remoteauth/remoteauthdialog.hpp @@ -18,6 +18,7 @@ private: RemoteAuthClient m_ra; void OnFingerprint(const std::string &fingerprint); + void OnToken(const std::string &token); std::string m_token; }; |