locker buttons if user doesnt have required membership

This commit is contained in:
2025-05-29 13:34:47 +03:00
parent 91c6693190
commit e30eb10d7d
4 changed files with 90 additions and 39 deletions

View File

@@ -44,7 +44,6 @@ export const AuthProvider = ({ children }: { children: React.ReactNode }) => {
image: userData.image,
country: userData.country,
city: userData.city,
plan: userData.plan,
account_type: userData.account_type,
})
setAuthenticated(true)