-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: dependency upgrades * chore: update transitive dependencies * formatting
- Loading branch information
geisterfurz007
authored
Feb 23, 2024
1 parent
47819c9
commit 7cd0499
Showing
49 changed files
with
3,137 additions
and
2,944 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 9 additions & 11 deletions
20
packages/cms/src/components/after-login/components/authenticated-mishap.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,11 @@ | ||
import React, {type FC} from 'react'; | ||
|
||
export const AuthenticatedMishap: FC = () => { | ||
return ( | ||
<p> | ||
Well, this should have been moving forward now actually. This is odd, you | ||
shouldn't see this... | ||
<br /> | ||
If you are actually seeing this, you probably know whom to contact. | ||
Contact them with as much information on how to reproduce this as you can! | ||
</p> | ||
); | ||
}; | ||
export const AuthenticatedMishap: FC = () => ( | ||
<p> | ||
Well, this should have been moving forward now actually. This is odd, you | ||
shouldn't see this... | ||
<br /> | ||
If you are actually seeing this, you probably know whom to contact. Contact | ||
them with as much information on how to reproduce this as you can! | ||
</p> | ||
); |
24 changes: 11 additions & 13 deletions
24
packages/cms/src/components/after-login/components/missing-cookie.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,13 @@ | ||
import React, {type FC} from 'react'; | ||
|
||
export const MissingCookie: FC = () => { | ||
return ( | ||
<p> | ||
You are not logged in on YTF. Click{' '} | ||
<a | ||
href={`${process.env.PAYLOAD_PUBLIC_WEB_FRONTEND_URL}/auth/payload-redirect`} | ||
> | ||
here | ||
</a>{' '} | ||
to log in through Discord. | ||
</p> | ||
); | ||
}; | ||
export const MissingCookie: FC = () => ( | ||
<p> | ||
You are not logged in on YTF. Click{' '} | ||
<a | ||
href={`${process.env.PAYLOAD_PUBLIC_WEB_FRONTEND_URL}/auth/payload-redirect`} | ||
> | ||
here | ||
</a>{' '} | ||
to log in through Discord. | ||
</p> | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.