feat: add alias as user id to main user
This commit is contained in:
@@ -120,6 +120,12 @@ export default class AccountNew extends Vue {
|
||||
public currencyShow: boolean = false
|
||||
public isPublic: boolean = false
|
||||
|
||||
public mounted(): void {
|
||||
if (this.user && !this.user.alias) {
|
||||
this.user.alias = this.user.userId
|
||||
}
|
||||
}
|
||||
|
||||
public toggleCurrencyShow(): void {
|
||||
this.currencyShow = !this.currencyShow
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user