user management

This commit is contained in:
yaschalew
2026-06-13 14:32:26 +03:00
parent 12b6406d23
commit eee7b719b0
592 changed files with 267087 additions and 31 deletions

View File

@@ -4,7 +4,6 @@ import { AuthContext } from "./AuthProvider";
export const useAuth = () => {
const context = useContext(AuthContext);
if (!context) {
throw new Error("useAuth must be used within AuthProvider");
}