mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	Fix #3325
This commit is contained in:
		
							parent
							
								
									6120474548
								
							
						
					
					
						commit
						a6dc0f3684
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -172,6 +172,8 @@ export default Vue.extend({
 | 
			
		|||
		this.$root.getMeta().then(meta => {
 | 
			
		||||
			this.maintainerName = meta.maintainer.name;
 | 
			
		||||
			this.maintainerEmail = meta.maintainer.email;
 | 
			
		||||
			this.disableRegistration = meta.disableRegistration;
 | 
			
		||||
			this.disableLocalTimeline = meta.disableLocalTimeline;
 | 
			
		||||
			this.bannerUrl = meta.bannerUrl;
 | 
			
		||||
			this.name = meta.name;
 | 
			
		||||
			this.description = meta.description;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue