mirror of
				https://github.com/Telecominfraproject/wlan-cloud-ui.git
				synced 2025-11-04 12:47:51 +00:00 
			
		
		
		
	Merge branch 'master' into feature/TW-311
This commit is contained in:
		@@ -49,9 +49,9 @@ const App = () => {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
  return (
 | 
					  return (
 | 
				
			||||||
    <UserProvider
 | 
					    <UserProvider
 | 
				
			||||||
      id={user.userId}
 | 
					      id={user.id}
 | 
				
			||||||
      email={user.userName}
 | 
					      email={user.email}
 | 
				
			||||||
      role={user.userRole}
 | 
					      role={user.role}
 | 
				
			||||||
      customerId={user.customerId}
 | 
					      customerId={user.customerId}
 | 
				
			||||||
      updateUser={updateUser}
 | 
					      updateUser={updateUser}
 | 
				
			||||||
      updateToken={updateToken}
 | 
					      updateToken={updateToken}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user