diff --git a/frontend/pages/main/add-user.vue b/frontend/pages/main/add-user.vue
index 8e56c07cd923c4e8a8ea464663730ba33af358b8..3bdde7a842be3ff125574c61cd8b98b300bfa21c 100644
--- a/frontend/pages/main/add-user.vue
+++ b/frontend/pages/main/add-user.vue
@@ -96,7 +96,7 @@ export default {
         if (response && response.status === 200) {
           this.showInfo(this.username, response.data.data.passcode)
         } else {
-           this.handleIncorrectResponse()
+          this.handleIncorrectResponse()
         }
       } else {
         this.isFormDirty = true