Skip to content

Instantly share code, notes, and snippets.

@rasikag
Created March 16, 2021 18:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rasikag/f5c2c28eb47897d042e5edb5b3297090 to your computer and use it in GitHub Desktop.
Save rasikag/f5c2c28eb47897d042e5edb5b3297090 to your computer and use it in GitHub Desktop.
// update code to below code block in [token].tsx file.
{tokenError ? (
<Box>
<Box color="red">{tokenError}</Box>
<NextLink href="/forgot-password">
<Link>Click here to get a new token.</Link>
</NextLink>
</Box>
) : null}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment