forked from instantcommerce/next-password-protect
-
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.
Merge pull request instantcommerce#63 from instantcommerce/feat/rebra…
…nding feat: rebranding
- Loading branch information
Showing
16 changed files
with
1,676 additions
and
2,713 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<p align="center"> | ||
<a href="https://storyofams.com/" target="_blank" align="center"> | ||
<img src="https://storyofams.com/public/[email protected]" alt="Story of AMS" width="120"> | ||
<a href="https://instantcommerce.io/" target="_blank" align="center"> | ||
<img src="https://avatars.githubusercontent.com/u/93975473" alt="Instant Commerce" width="120"> | ||
</a> | ||
<h1 align="center">@storyofams/next-password-protect example</h1> | ||
<h1 align="center">next-password-protect example</h1> | ||
</p> | ||
|
||
## Setup | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,8 +30,8 @@ class MyApp extends App { | |
export default process.env.PASSWORD_PROTECT | ||
? withPasswordProtect(MyApp, { | ||
loginComponentProps: { | ||
backUrl: 'https://github.com/storyofams/next-password-protect', | ||
logo: 'https://storyofams.com/public/[email protected]', | ||
backUrl: 'https://github.com/instantcommerce/next-password-protect', | ||
logo: 'https://avatars.githubusercontent.com/u/93975473', | ||
}, | ||
}) | ||
: App; |
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.