File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ function Footer() {
1414 < Container >
1515 < Row >
1616 < Column >
17- < FooterLink href = ". /aboutus" > About Us</ FooterLink > < br > </ br >
17+ < FooterLink href = "# /aboutus" > About Us</ FooterLink > < br > </ br >
1818 </ Column >
1919 < Column >
20- < FooterLink href = ". /contactus" > Contact Us</ FooterLink > < br > </ br >
20+ < FooterLink href = "# /contactus" > Contact Us</ FooterLink > < br > </ br >
2121 </ Column >
2222
2323 </ Row >
Original file line number Diff line number Diff line change @@ -194,12 +194,12 @@ function LoginPage(props) {
194194 }
195195
196196 // handle Google signIn method
197- function googleLogin ( ) {
197+ async function googleLogin ( ) {
198198 //signInWithRedirect(auth, provider) // alternative for Glogin
199- signInWithPopup ( auth , provider ) . then ( ( data ) => {
199+ await signInWithPopup ( auth , provider ) . then ( ( data ) => {
200200 storeLoginSuccessAndNavigate ( data ?. user ) ;
201201 } ) . catch ( ( e ) => {
202- console . error ( "signinpopup catch--" , e ) ;
202+ console . error ( "signinpopup catch--" , e ) ;
203203 } )
204204 }
205205
You can’t perform that action at this time.
0 commit comments