Skip to content

Добавлен демо-режим#636

Open
KriseevM wants to merge 5 commits intodevelopfrom
feature/630
Open

Добавлен демо-режим#636
KriseevM wants to merge 5 commits intodevelopfrom
feature/630

Conversation

@KriseevM
Copy link
Contributor

resolves #630

final shouldEnableDemo =
user.startsWith('53effbc2-242e-43c1-9046-6580b77cccdb-');

final actualUserName = shouldEnableDemo ? user.substring(37) : user;
Copy link
Member

@Namxobick Namxobick Mar 22, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

final demoUserPrefix = '53effbc2-242e-43c1-9046-6580b77cccdb-';

user.substring(demoUserPrefix.length)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Демо-режим

3 participants