Front: serve Google logo ourselves
This commit is contained in:
committed by
Clément Le Bihan
parent
e90c7f05a8
commit
ce4baa61dc
Binary file not shown.
|
After Width: | Height: | Size: 4.0 KiB |
@@ -145,7 +145,7 @@ const ScaffoldAuth: FunctionComponent<ScaffoldAuthProps> = ({
|
|||||||
<ButtonBase
|
<ButtonBase
|
||||||
style={{ width: '100%' }}
|
style={{ width: '100%' }}
|
||||||
type="outlined"
|
type="outlined"
|
||||||
iconImage="https://upload.wikimedia.org/wikipedia/commons/thumb/5/53/Google_%22G%22_Logo.svg/2008px-Google_%22G%22_Logo.svg.png"
|
iconImage={require('../../assets/google.png')}
|
||||||
title={translate('continuewithgoogle')}
|
title={translate('continuewithgoogle')}
|
||||||
onPress={() => Linking.openURL(`${API.baseUrl}/auth/login/google`)}
|
onPress={() => Linking.openURL(`${API.baseUrl}/auth/login/google`)}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user