mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-25 16:36:34 -05:00
fix: invalid pages on docs throw a 500 server error instead of 404 (#4166)
This commit is contained in:
committed by
GitHub
parent
28211e5e97
commit
c45ad901ce
@@ -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: <https://developers.line.biz/en/docs/line-login/login-button/>
|
||||
|
||||
Designing a login button? Follow LINE's button [guidelines](https://developers.line.biz/en/docs/line-login/login-button/).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user