- added Aportador Solidario to registration
- added email_paypal and username_telegram
This commit is contained in:
@@ -308,7 +308,7 @@ export default class Header extends Vue {
|
||||
}
|
||||
|
||||
get getappname() {
|
||||
return tools.getappname(this, tools.isMobile())
|
||||
return tools.getsuffisso() + tools.getappname(this, tools.isMobile())
|
||||
}
|
||||
|
||||
public toggleanimation() {
|
||||
@@ -368,4 +368,13 @@ export default class Header extends Vue {
|
||||
this.rightDrawerOpen = false
|
||||
this.$router.replace('/signup')
|
||||
}
|
||||
|
||||
get getClassColorHeader() {
|
||||
if (tools.isTest())
|
||||
return 'bg-warning'
|
||||
else if (tools.isDebug())
|
||||
return 'bg-info'
|
||||
else
|
||||
return 'bg-primary'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user