Skip to content

Commit

Permalink
proposal: context-independent error page
Browse files Browse the repository at this point in the history
  • Loading branch information
Soxasora committed Jan 16, 2025
1 parent f178b4b commit b8c4d86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/auth/error.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ export default function AuthError ({ error }) {
return (
<StaticLayout>
<Image className='rounded-1 shadow-sm' width='500' height='375' src={`${process.env.NEXT_PUBLIC_ASSET_PREFIX}/double.gif`} fluid />
<h2 className='pt-4'>This magic link has expired or the code was entered incorrectly.</h2>
<h4 className='text-muted pt-2'>Get another by logging in or try again by going back.</h4>
<h2 className='pt-4'>Where did the magic go?</h2>
<h4 className='text-muted pt-2'>Get another magic code by logging in or try again by going back.</h4>
<Button
className='align-items-center my-3'
style={{ borderWidth: '2px' }}
Expand Down

0 comments on commit b8c4d86

Please sign in to comment.