Make authentification error report to work, and

warn user if trying to use API but not filling corresponding fields
This commit is contained in:
Godzil
2018-08-01 19:55:59 +01:00
parent ab35bb4439
commit 9c3aaf220a
3 changed files with 37 additions and 8 deletions

3
src/interface/AuthError.d.ts vendored Normal file
View File

@@ -0,0 +1,3 @@
interface IAuthError extends Error {
authError: boolean;
}