Bläddra i källkod

:lipstick: some prettier formatting

tags/0.0.3^2
j 2 år sedan
förälder
incheckning
5974c7f0cf

+ 2
- 2
frontend/src/components/onboarding/FormInput.vue Visa fil

@@ -8,9 +8,9 @@
8 8
         :placeholder='question.placeholder'
9 9
         @keyup.enter='handleSubmit({ question, input })'
10 10
         type='text'
11
+        v-focus
11 12
         v-if='question.survey_stage !== "image" && question.survey_stage !== "blurb" && question.survey_stage !== "password"'
12 13
         v-model='input'
13
-        v-focus
14 14
     )
15 15
     input.pass(
16 16
         :placeholder='question.placeholder'
@@ -18,8 +18,8 @@
18 18
         style='-webkit-text-security: circle'
19 19
         type='password'
20 20
         v-else-if='question.survey_stage === "password"'
21
-        v-model='input'
22 21
         v-focus
22
+        v-model='input'
23 23
     )
24 24
     w-button.ma1.grow(
25 25
         @click='submitImage'

+ 1
- 1
frontend/src/components/onboarding/Splash.vue Visa fil

@@ -15,7 +15,7 @@ w-flex.column
15 15
         text
16 16
         xl
17 17
     ) SIGN UP
18
-    router-link(to="/login")
18
+    router-link(to='/login')
19 19
         w-button.ma1.grow.next-btn(
20 20
             :height='50'
21 21
             :width='315'

Laddar…
Avbryt
Spara