mirror of
				https://github.com/superseriousbusiness/gotosocial.git
				synced 2025-10-30 19:42:26 -05:00 
			
		
		
		
	[bugfix] Fix password change keys (#1416)
This commit is contained in:
		
					parent
					
						
							
								abe9447d28
							
						
					
				
			
			
				commit
				
					
						04ac3f8acf
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -108,7 +108,7 @@ function UserSettingsForm({ data }) { | ||||||
| function PasswordChange() { | function PasswordChange() { | ||||||
| 	const form = { | 	const form = { | ||||||
| 		oldPassword: useTextInput("old_password"), | 		oldPassword: useTextInput("old_password"), | ||||||
| 		newPassword: useTextInput("old_password", { | 		newPassword: useTextInput("new_password", { | ||||||
| 			validator(val) { | 			validator(val) { | ||||||
| 				if (val != "" && val == form.oldPassword.value) { | 				if (val != "" && val == form.oldPassword.value) { | ||||||
| 					return "New password same as old password"; | 					return "New password same as old password"; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue