ISSUE: In step 5, username and email is does not update after successful login to Google WORKAROUND: ``` Update <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.2/jquery.min.js"></script> to <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script> ```