format: format with biome
This commit is contained in:
@@ -6,7 +6,10 @@ export default function Auth() {
|
||||
const onLogin = () => {
|
||||
authClient.signIn.oauth2({
|
||||
providerId: "koon-family",
|
||||
callbackURL: process.env.NODE_ENV == 'production' ? 'https://money.koon.us' : `${BASE_URL}:8081`,
|
||||
callbackURL:
|
||||
process.env.NODE_ENV == "production"
|
||||
? "https://money.koon.us"
|
||||
: `${BASE_URL}:8081`,
|
||||
});
|
||||
};
|
||||
|
||||
@@ -14,5 +17,5 @@ export default function Auth() {
|
||||
<View>
|
||||
<Button onPress={onLogin} title="Login with Koon Family" />
|
||||
</View>
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user