From ece1355c47c737e72f9d019922ab67fad367bdc3 Mon Sep 17 00:00:00 2001
From: VariableVince <24507472+VariableVince@users.noreply.github.com>
Date: Fri, 10 Apr 2026 21:35:46 +0200
Subject: [PATCH 1/6] Fix for v30: do not show "Not logged in" on flag modal on
CrazyGames (#3631)
## Description:
Fix for v30 and main.
Do not show "Not logged in" on the FlagInputModal in CrazyGames, since
our own login should not work there. It was added in
https://github.com/openfrontio/OpenFrontIO/pull/3521 in v30 so this fix
is needed for production too.
## Please complete the following:
- [x] I have added screenshots for all UI updates
- [x] I process any text displayed to the user through translateText()
and I've added it to the en.json file
- [x] I have added relevant tests to the test directory
- [x] I confirm I have thoroughly tested these changes and take full
responsibility for any bugs introduced
## Please put your Discord username so you can be contacted if a bug or
regression is found:
tryout33
---
src/client/components/NotLoggedInWarning.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/client/components/NotLoggedInWarning.ts b/src/client/components/NotLoggedInWarning.ts
index 6b972b8f0..da3882c12 100644
--- a/src/client/components/NotLoggedInWarning.ts
+++ b/src/client/components/NotLoggedInWarning.ts
@@ -34,7 +34,7 @@ export class NotLoggedInWarning extends LitElement {
render() {
if (this.linked) return html``;
- return html`