Skip to content

Commit e5645e8

Browse files
committed
🐛 Fix authentik URLs
1 parent 3cc85b8 commit e5645e8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/routes/apps/[slug]/+page.svelte

+4-4
Original file line numberDiff line numberDiff line change
@@ -167,13 +167,13 @@
167167
</dd>
168168
<p><em>Ne pas oublier le <code>/</code> à la fin des URLs 🙃</em></p>
169169
<dt>Authorize URL</dt>
170-
{@render copyable(`https://${env.PUBLIC_AUTHENTIK_INSTANCE}/o/authorize/`)}
170+
{@render copyable(`https://${env.PUBLIC_AUTHENTIK_INSTANCE}/application/o/authorize/`)}
171171
<dt>Token URL</dt>
172-
{@render copyable(`https://${env.PUBLIC_AUTHENTIK_INSTANCE}/o/token/`)}
172+
{@render copyable(`https://${env.PUBLIC_AUTHENTIK_INSTANCE}/application/o/token/`)}
173173
<dt>User-info URL</dt>
174-
{@render copyable(`https://${env.PUBLIC_AUTHENTIK_INSTANCE}/o/userinfo/`)}
174+
{@render copyable(`https://${env.PUBLIC_AUTHENTIK_INSTANCE}/application/o/userinfo/`)}
175175
<dt>Logout URL</dt>
176-
{@render copyable(`https://${env.PUBLIC_AUTHENTIK_INSTANCE}/o/${app.slug}/end-session/`)}
176+
{@render copyable(`https://${env.PUBLIC_AUTHENTIK_INSTANCE}/application/o/${app.slug}/end-session/`)}
177177
</dl>
178178
{/if}
179179
{/if}

0 commit comments

Comments
 (0)