This commit is contained in:
Philip Cesar Garay
2025-09-09 18:16:30 +08:00
parent 11f65023b7
commit f007b1f213
39 changed files with 230 additions and 197 deletions
+5 -5
View File
@@ -30,7 +30,7 @@ const ChangePassword = () => {
const credential = firebase.auth.EmailAuthProvider.credential(
user.email,
oldVal,
oldVal
);
await user.reauthenticateWithCredential(credential);
await user.updatePassword(newVal);
@@ -58,7 +58,7 @@ const ChangePassword = () => {
>
<View style={{ flex: 1, marginTop: responsiveHeight(2) }}>
<BlurView
intensity={20}
intensity={Platform.OS !== "ios" ? 10 : 20}
style={{
paddingHorizontal: 20,
paddingVertical: 16,
@@ -67,9 +67,9 @@ const ChangePassword = () => {
backgroundColor: Palette.glass,
gap: 4,
}}
experimentalBlurMethod={
Platform.OS !== "ios" ? "dimezisBlurView" : "none"
}
// experimentalBlurMethod={
// Platform.OS !== "ios" ? "dimezisBlurView" : "none"
// }
>
<EditInput
placeholder="Mot de passe actuel"