Skip to content

Commit

Permalink
Merge pull request #267 from cosmos/fabo/265-fix-sign-in-page
Browse files Browse the repository at this point in the history
Fabo/265 fix sign in page
  • Loading branch information
jbibla authored Dec 24, 2017
2 parents f560b31 + 1dd1534 commit c5a477d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/src/renderer/components/common/NiSessionSignIn.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import Btn from '@nylira/vue-button'
import Field from '@nylira/vue-field'
import FieldGroup from 'common/NiFieldGroup'
import FormGroup from 'common/NiFormGroup'
import FormMsg from '@nylira/vue-form-msg'
import FormMsg from 'common/NiFormMsg'
import FormStruct from 'common/NiFormStruct'
export default {
name: 'ni-session-sign-in',
Expand Down
2 changes: 0 additions & 2 deletions app/src/renderer/vuex/getters.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
export const mainCounter = state => state.counters.main
export const notifications = state => state.notifications
export const logOutput = state => state.log.output

export const nodeIP = state => state.node.nodeIP
export const connected = state => state.node.connected
Expand Down
4 changes: 2 additions & 2 deletions test/unit/specs/__snapshots__/NISessionSignIn.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ exports[`NiSessionSignIn has the expected html structure 1`] = `
<i class=\\"material-icons\\">arrow_drop_down</i>
</div>
</div>
<div class=\\"ni-form-msg ni-form-msg-error\\">
<div class=\\"ni-form-msg sm ni-form-msg--error\\">
Name is required
</div>
</div>
Expand All @@ -281,7 +281,7 @@ exports[`NiSessionSignIn has the expected html structure 1`] = `
<label for=\\"sign-in-password\\" class=\\"ni-form-group__label\\">Password</label>
<div class=\\"ni-form-group__field\\">
<input type=\\"password\\" class=\\"ni-field\\" id=\\"sign-in-password\\">
<div class=\\"ni-form-msg ni-form-msg-error\\">
<div class=\\"ni-form-msg sm ni-form-msg--error\\">
Password is required
</div>
<!---->
Expand Down

0 comments on commit c5a477d

Please sign in to comment.