mirror of
https://github.com/wassname/talk.git
synced 2026-09-09 11:38:08 +08:00
Implement facebook auth client
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import SignIn from './components/SignIn';
|
||||
import SignUp from './components/SignUp';
|
||||
import translations from './translations.yml';
|
||||
|
||||
export default {
|
||||
translations,
|
||||
slots: {
|
||||
authExternalSignIn: [SignIn],
|
||||
authExternalSignUp: [SignUp],
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user