Skip to content

Commit c070bbd

Browse files
author
ci-bot
committed
close open beta
1 parent e1364ae commit c070bbd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

apps/remix-ide/src/app/plugins/nudge-plugin.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,7 @@ export class NudgePlugin extends Plugin {
283283
/* ─── Unauthenticated nudges ─── */
284284

285285
// Sign up prompt — shown to unauthenticated users when registration is open
286+
/*
286287
this.engine_.addRule({
287288
id: 'nudge-sign-up',
288289
condition: all('user:not_logged_in', 'config:registration_open', 'config:login_enabled'),
@@ -298,7 +299,7 @@ export class NudgePlugin extends Plugin {
298299
},
299300
showOnce: true,
300301
priority: 12
301-
})
302+
})*/
302303

303304
// Beta invite prompt — shown when registration is invite-only
304305
this.engine_.addRule({

0 commit comments

Comments
 (0)