mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-03 23:14:13 +00:00 
			
		
		
		
	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
		
		Reference in a new issue