Hi, can I get the demo premium user usedetails for...
# developers
s
Hi, can I get the demo premium user usedetails for quickly checking one issue there
u
hey @santosh kuchetti what issue are you talking about?
s
@Udit Takkar more misc frontend fixes #8519
u
@santosh kuchetti you can make some changes in the code to render the premium text field
go in UsernameAvailabilityField > index.tsx change export const UsernameAvailability = IS_SELF_HOSTED ? UsernameTextfield : PremiumTextfield;
export const UsernameAvailability = PremiumTextfield;
and then inside PremiumTextfield there is one variable isCurrentUsernamePremium change it to true
s
ok i will do that
u
maybe some more chnage may also be required so read the code once
s
I got it
Thanks