feat: user profile page - save info + change pwd
This commit is contained in:
		@@ -29,9 +29,8 @@ export default {
 | 
			
		||||
  computed: {
 | 
			
		||||
    company: get('site/company'),
 | 
			
		||||
    contentLicense: get('site/contentLicense'),
 | 
			
		||||
    darkMode: get('site/dark'),
 | 
			
		||||
    bgColor() {
 | 
			
		||||
      if (!this.darkMode) {
 | 
			
		||||
      if (!this.$vuetify.theme.dark) {
 | 
			
		||||
        return this.color
 | 
			
		||||
      } else {
 | 
			
		||||
        return this.darkColor
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user