| 
														
															@@ -155,8 +155,7 @@ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 			> 
														 | 
														
														 | 
														
															 			> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 				<h2 class="content-box-title">Remove your account</h2> 
														 | 
														
														 | 
														
															 				<h2 class="content-box-title">Remove your account</h2> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 				<p class="content-box-description"> 
														 | 
														
														 | 
														
															 				<p class="content-box-description"> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-					Your account will be deactivated instantly and your data 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-					will shortly be deleted by an admin. 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+					{{ accountRemovalMessage }} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 				</p> 
														 | 
														
														 | 
														
															 				</p> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															 				<div class="content-box-inputs"> 
														 | 
														
														 | 
														
															 				<div class="content-box-inputs"> 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -187,6 +186,7 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 			name: "RemoveAccount", 
														 | 
														
														 | 
														
															 			name: "RemoveAccount", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 			step: "confirm-identity", 
														 | 
														
														 | 
														
															 			step: "confirm-identity", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 			apiDomain: "", 
														 | 
														
														 | 
														
															 			apiDomain: "", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+			accountRemovalMessage: "", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 			password: { 
														 | 
														
														 | 
														
															 			password: { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 				value: "", 
														 | 
														
														 | 
														
															 				value: "", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 				visible: false 
														 | 
														
														 | 
														
															 				visible: false 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -200,6 +200,7 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 	}), 
														 | 
														
														 | 
														
															 	}), 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 	async mounted() { 
														 | 
														
														 | 
														
															 	async mounted() { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		this.apiDomain = await lofig.get("apiDomain"); 
														 | 
														
														 | 
														
															 		this.apiDomain = await lofig.get("apiDomain"); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+		this.accountRemovalMessage = await lofig.get("messages.accountRemoval"); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 	}, 
														 | 
														
														 | 
														
															 	}, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 	methods: { 
														 | 
														
														 | 
														
															 	methods: { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		togglePasswordVisibility() { 
														 | 
														
														 | 
														
															 		togglePasswordVisibility() { 
														 |