You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"You've used your one free diagram. Please enter your API key to continue. As a student, I can't afford to keep it totally free and I hope you understand :)",
// Check if user has used their free generation and doesn't have an API key
353
-
if(hasFreeGeneration&&!storedApiKey){
355
+
if(hasUsedFreeGeneration&&!storedApiKey){
354
356
setError(
355
357
"You've used your one free diagram. Please enter your API key to continue. As a student, I can't afford to keep it totally free and I hope you understand :)",
0 commit comments