You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to get the key using voxImplant.requestOneTimeLoginKey(). Sometimes it end in try block, sometimes in catch block.
It seems 302 th code is not an error.
try {
const result = await voxImplant.requestOneTimeLoginKey(username);
// result.key;
} catch (error) {
if (error.code === 302) {
// error.key - usually I get the key only here
}
}
The text was updated successfully, but these errors were encountered:
I try to get the key using voxImplant.requestOneTimeLoginKey(). Sometimes it end in try block, sometimes in catch block.
It seems 302 th code is not an error.
The text was updated successfully, but these errors were encountered: