feat(auth): add an RFC complient validation function for an email address; cover it with tests
This commit is contained in:
@@ -1,2 +1,4 @@
|
||||
export { useAuth } from "./hooks/useAuth/useAuth";
|
||||
export { AuthGuard } from "./hocs/AuthGuard/AuthGuard";
|
||||
|
||||
export * from "./validators";
|
||||
|
||||
Reference in New Issue
Block a user