Skip to content

Commit c1a0d20

Browse files
author
nishanth
committed
Updated readme to reflect new features
1 parent 6638911 commit c1a0d20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auth/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ function App() {
145145
const [password, setPassword] = useState('');
146146
const [loggedInUser, error, login, loading] = useLogin(auth, email, password);
147147
const [registeredUser, error, register, loading] = useRegister(auth, email, password);
148-
148+
// Use only of the above hooks in one file
149149
if (error) {
150150
return (
151151
<div>

0 commit comments

Comments
 (0)