mirror of
https://github.com/wassname/talk.git
synced 2026-07-21 12:51:03 +08:00
Implement facebook auth client
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import React from 'react';
|
||||
import FacebookButton from '../containers/FacebookButton';
|
||||
import { t } from 'plugin-api/beta/client/services';
|
||||
|
||||
export default () => {
|
||||
return (
|
||||
<FacebookButton>{t('talk-plugin-facebook-auth.sign_in')}</FacebookButton>
|
||||
);
|
||||
};
|
||||
Reference in New Issue
Block a user