mirror of
https://github.com/wassname/talk.git
synced 2026-07-08 05:39:25 +08:00
10 lines
235 B
JavaScript
10 lines
235 B
JavaScript
import TermsAndConditionsField from './components/TermsAndConditionsField';
|
|
import translations from './translations.yml';
|
|
|
|
export default {
|
|
slots: {
|
|
'talkPluginAuth-formField': [TermsAndConditionsField],
|
|
},
|
|
translations,
|
|
};
|