We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 484ad23 commit 3a22246Copy full SHA for 3a22246
1 file changed
src/codes.ts
@@ -3,11 +3,13 @@ import { IErrors } from './types';
3
// Resources
4
import authentication from './resources/authentication';
5
import signIn from './resources/signIn';
6
+import signUp from './resources/signUp';
7
import general from './resources/general';
8
9
const codes: IErrors = {
10
authentication,
11
signIn,
12
+ signUp,
13
general,
14
};
15
0 commit comments