Explorar el Código

:memo: Note of where to put next piece of logic

brian_dev_incorp_login
tomit4 hace 2 años
padre
commit
7c9c5bfa14
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      frontend/src/views/VerifyView.vue

+ 1
- 0
frontend/src/views/VerifyView.vue Ver fichero

@@ -25,6 +25,7 @@ export default {
25 25
         } catch (err) {
26 26
             console.error(err)
27 27
         }
28
+        // TODO: push to Home instead
28 29
         this.$router.push('/onboarding')
29 30
     },
30 31
     methods: {

Loading…
Cancelar
Guardar