mirror of
https://github.com/uowuo/abaddon.git
synced 2026-08-15 05:19:58 +00:00
make qrcodegen optional wow!!!
This commit is contained in:
@@ -1,8 +1,14 @@
|
||||
#ifdef WITH_QRLOGIN
|
||||
|
||||
// clang-format off
|
||||
|
||||
#include "remoteauthclient.hpp"
|
||||
#include "http.hpp"
|
||||
#include <nlohmann/json.hpp>
|
||||
#include <spdlog/fmt/bin_to_hex.h>
|
||||
|
||||
// clang-format on
|
||||
|
||||
RemoteAuthClient::RemoteAuthClient()
|
||||
: m_ws("remote-auth-ws")
|
||||
, m_log(spdlog::get("remote-auth")) {
|
||||
@@ -341,3 +347,5 @@ RemoteAuthClient::type_signal_token RemoteAuthClient::signal_token() {
|
||||
RemoteAuthClient::type_signal_error RemoteAuthClient::signal_error() {
|
||||
return m_signal_error;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user