Skip to content

Commit

Permalink
Fix: update social login disclaimer
Browse files Browse the repository at this point in the history
  • Loading branch information
katspaugh committed May 24, 2024
1 parent 72a2018 commit 08fca00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/common/SocialLoginDeprecation/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const SocialLoginDeprecation = () => {

return (
<Alert severity="warning" sx={{ mx: 3, mt: 3 }}>
The Social Login wallet is deprecated and will be removed on <b>01.05.2024</b>.
The Social Login wallet is deprecated and will be removed on <b>01.07.2024</b>.
<br />
Please{' '}
<Link href={ownersPage}>
Expand Down
2 changes: 1 addition & 1 deletion src/components/common/SocialSigner/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export const SocialSigner = ({ socialWalletService, wallet, onLogin, onRequirePa
</Box>

<Alert severity="warning" sx={{ mt: 1, width: '100%' }}>
From <b>01.05.2024</b> we will no longer support account creation and login with Google.
We're discontinuing support for Google login. Please export your credentials till <b>01.07.2024</b>.

Check failure on line 137 in src/components/common/SocialSigner/index.tsx

View workflow job for this annotation

GitHub Actions / ESLint Results

react/no-unescaped-entities

`'` can be escaped with `&apos;`, `&lsquo;`, `&#39;`, `&rsquo;`.
</Alert>
</>
)
Expand Down

0 comments on commit 08fca00

Please sign in to comment.