this.backToGames(),
- ariaLabel: translateText("common.back"),
- });
- }
-
const isLoggedIn = !!this.userMeResponse?.user;
const publicId = this.userMeResponse?.player?.publicId ?? "";
const displayId = publicId || translateText("account_modal.not_found");
@@ -154,9 +144,6 @@ export class AccountModal extends BaseModal {
if (this.isLoadingUser || !this.isLinkedAccount()) {
return {};
}
- if (this.selectedGameId) {
- return {};
- }
return {
tabs: [
{ key: "account", label: translateText("account_modal.tab_account") },
@@ -181,15 +168,6 @@ export class AccountModal extends BaseModal {
: this.renderLoginOptions()}
`;
}
- if (this.selectedGameId) {
- return html`
-
- `;
- }
return html`