fix(client): wrong scoping breaks 2FA
This commit is contained in:
		
							parent
							
								
									563cb36a8f
								
							
						
					
					
						commit
						f90c947036
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -106,8 +106,8 @@ const props = defineProps({ | |||
| function onUsernameChange() { | ||||
| 	os.api('users/show', { | ||||
| 		username: username | ||||
| 	}).then(user => { | ||||
| 		user = user; | ||||
| 	}).then(userResponse => { | ||||
| 		user = userResponse; | ||||
| 	}, () => { | ||||
| 		user = null; | ||||
| 	}); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue