add german
This commit is contained in:
@@ -19,7 +19,7 @@ export default function ImageScreen() {
|
||||
return (
|
||||
<ThemedBackground>
|
||||
<ThemedHeader>
|
||||
Image Mode
|
||||
Bildschirm für Bildauswahl
|
||||
</ThemedHeader>
|
||||
<CustomImagePicker onSuccess={onSuccess} onFailure={onFailure} onCanceled={onCanceled}/>
|
||||
</ThemedBackground>
|
||||
|
||||
@@ -29,7 +29,6 @@ export default function ChangePasswordModal() {
|
||||
setApiResponse(response);
|
||||
if (response.success) {
|
||||
// add something here
|
||||
console.log("Password changed successfully");
|
||||
setPassword("");
|
||||
setConfirmPassword("");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user