diff --git a/js/accounts/config.js b/js/accounts/config.js index c4bf42a..dac0d18 100644 --- a/js/accounts/config.js +++ b/js/accounts/config.js @@ -8,11 +8,13 @@ const getEndpoint = () => { return 'https://auth.samidy.com/v1'; }; -const client = new Client() - .setEndpoint(getEndpoint()) - .setProject('auth-for-monochrome'); +const client = new Client().setEndpoint(getEndpoint()).setProject('auth-for-monochrome'); const account = new Account(client); export { client, account as auth }; -export const saveFirebaseConfig = () => { console.log("ill fix this tomorrow"); }; -export const clearFirebaseConfig = () => { console.log("ill fix this tomorrow"); }; \ No newline at end of file +export const saveFirebaseConfig = () => { + console.log('ill fix this tomorrow'); +}; +export const clearFirebaseConfig = () => { + console.log('ill fix this tomorrow'); +};