<user-details>
	
	
		bitballs/components/user/details
	
	
	
	
	
	 
{Module}
	
	 
Provides a custom element that allows a user to register, to view account verification status, and to update their password.
<user-details {session}/>
Creates the user details form.
Parameters
- 
			
session
{bitballs/model/session}The session object. If a user is currently logged in, contains data about that user.
 
To create a
<user-details>element, pass the [bitballs/model/session] like:Example