From c45ad901ce8a6159664860e54d3260bc4a56c665 Mon Sep 17 00:00:00 2001 From: KinfeMichael Tariku <65047246+Kinfe123@users.noreply.github.com> Date: Sat, 23 Aug 2025 03:28:40 +0300 Subject: [PATCH] fix: invalid pages on docs throw a 500 server error instead of 404 (#4166) --- docs/content/docs/authentication/line.mdx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/content/docs/authentication/line.mdx b/docs/content/docs/authentication/line.mdx index e3f9e6d5d4..b083b86281 100644 --- a/docs/content/docs/authentication/line.mdx +++ b/docs/content/docs/authentication/line.mdx @@ -73,6 +73,5 @@ await authClient.signIn.social({ - Verify redirect URI exactly matches the value configured in LINE Developers Console. - LINE ID token verification uses the official endpoint and checks audience and optional nonce per spec. -Designing a login button? Follow LINE's button guidelines: - +Designing a login button? Follow LINE's button [guidelines](https://developers.line.biz/en/docs/line-login/login-button/).