Closed rahul-webd closed 1 year ago
https://github.com/udbhav-s/wax-auth/blob/b15988616a154024a70aa311dda7f6a5ee78b46f/demo/index.js#L56
Here it should have "await" before verifyNonce as it returns a promise.
Fixed, thanks
https://github.com/udbhav-s/wax-auth/blob/b15988616a154024a70aa311dda7f6a5ee78b46f/demo/index.js#L56
Here it should have "await" before verifyNonce as it returns a promise.