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
@@ -197,7 +197,7 @@ class ClientBrowser extends ClientBase with ClientMixin {
197
197
final cookieFallback = res.headers['x-fallback-cookies'];
198
198
if (cookieFallback != null) {
199
199
debugPrint(
200
-
'Appwrite is using localStorage for session management. Increase your security by adding a custom ___domain as your API endpoint.');
200
+
'{{spec.title | caseUcfirst}} is using localStorage for session management. Increase your security by adding a custom ___domain as your API endpoint.');
0 commit comments