From c887a05c0bae80568784d2020116e966eb5c43de Mon Sep 17 00:00:00 2001 From: dabimarie <100087826+dabimarie@users.noreply.github.com> Date: Mon, 6 Jun 2022 18:33:51 +0700 Subject: [PATCH] Add RecoveryNewPassword --- frontend/src/views/RecoveryNewPassword.vue | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 frontend/src/views/RecoveryNewPassword.vue diff --git a/frontend/src/views/RecoveryNewPassword.vue b/frontend/src/views/RecoveryNewPassword.vue new file mode 100644 index 0000000..705a305 --- /dev/null +++ b/frontend/src/views/RecoveryNewPassword.vue @@ -0,0 +1,30 @@ + + + + + \ No newline at end of file