Skip to content

Commit 36512ae

Browse files
authored
Merge pull request #86 from talkenigs/main
fix auth redirect url updating oauth2redirect.tsx
2 parents 3c8d0fb + fc2c82e commit 36512ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/snippets/oauth2redirect.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export default function OAuth2Redirect({
1616
<ul className = "[:is(ol,ul)_&]:_my-3 [&:not(:first-child)]:_mt-6 _list-disc ltr:_ml-6 rtl:_mr-6">
1717
<li>eg: If you are running on a container, and your Postiz URL is: <code className = "nextra-code">https://postiz.example.com</code>, then your OAuth2 Redirect URI is <code className = "nextra-code">https://postiz.example.com/integrations/social/{provider}</code></li>
1818
<li>eg: If you are running on localhost, and your Postiz URL is <code className = "nextra-code">http://localhost:4200</code>, then your OAuth2 Redirect URI is <code className = "nextra-code">http://localhost:4200/integrations/social/{provider}</code></li>
19+
<li>eg: If you are running on localhost, and the provider doesn't accept http uris, and your Postiz URL is <code className = "nextra-code">http://localhost:4200</code>, then your OAuth2 Redirect URI is <code className = "nextra-code">https://redirectmeto.com/http://localhost:4200/integrations/social/{provider}</code></li>
1920
</ul>
2021

2122
<br />

0 commit comments

Comments
 (0)