fix navigate path

This commit is contained in:
MontejoJorge
2025-04-30 08:21:24 +02:00
parent 9d05c9e65d
commit b86e463174
@@ -54,7 +54,7 @@ export const ForgotPasswordPage = () => {
message: msg,
title: globalize.translate('ButtonForgotPassword'),
callback: function () {
navigate('forgotpasswordpin');
navigate('/forgotpasswordpin');
}
});
}