mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-24 11:16:12 +01:00
feat: facebook login (#820)
* Facebook strategy * Update user_auth_system.md * Update user_auth_system.md
This commit is contained in:
parent
a569020312
commit
007d51ede1
23 changed files with 155 additions and 27 deletions
|
|
@ -159,6 +159,7 @@ export type TResetPassword = {
|
|||
export type TStartupConfig = {
|
||||
appTitle: string;
|
||||
googleLoginEnabled: boolean;
|
||||
facebookLoginEnabled: boolean;
|
||||
openidLoginEnabled: boolean;
|
||||
githubLoginEnabled: boolean;
|
||||
openidLabel: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue