File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ ReactDOM.createRoot(document.getElementById('root')).render(
2020
2121
2222domain = "dev-403ejmfvkjgkf1ic.us.auth0.com"
23- clientId = "xhUTg8fv09CRsEq8JzUG9JDesDZNKcwi "
23+ clientId = "gqmEr9i6vERXG0a2lJiPChNmApxCjUq9 "
2424authorizationParams = { {
2525 redirect_uri : window . location . origin
2626} }
Original file line number Diff line number Diff line change 11import React from 'react' ;
22import { useAuth0 } from '@auth0/auth0-react' ;
3- import loadingGif from '../images/preloader.gif' ;
3+
44
55import LoadingSpin from '../components/mini/LoadingSpin' ;
66
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ if(isUserExist){
1414 < >
1515 < div className = "flex justify-center items-center gap-2 bg-primary-200 py-1 px-2 " >
1616
17- < div className = "img" >
18- < img src = { user ?. picture } alt = { user ?. name } className = "rounded-full w-14 " />
17+ < div className = "img w-max " >
18+ < img src = { user ?. picture } alt = { user ?. name } className = "rounded-full w-16 xsm:w-10 " />
1919 </ div >
2020< div className = "font-poppins" >
2121 < h1 className = "font-poppins text-primary-600" > { user ?. email } </ h1 >
You can’t perform that action at this time.
0 commit comments