We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b17a2e1 commit b79ead0Copy full SHA for b79ead0
1 file changed
src/Authentication.cc
@@ -97,7 +97,7 @@ Napi::Object Authentication::Init(Napi::Env env, Napi::Object exports) {
97
}
98
99
Authentication::Authentication(const Napi::CallbackInfo &info)
100
- : Napi::ObjectWrap<Authentication>(info), cAuthentication(nullptr) {
+ : Napi::ObjectWrap<Authentication>(info), cAuthentication(nullptr), tokenSupplier(nullptr) {
101
Napi::Env env = info.Env();
102
Napi::HandleScope scope(env);
103
0 commit comments