Make authentification error report to work, and
warn user if trying to use API but not filling corresponding fields
This commit is contained in:
3
src/interface/AuthError.d.ts
vendored
Normal file
3
src/interface/AuthError.d.ts
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
interface IAuthError extends Error {
|
||||
authError: boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user