(state)
| 41 | state.email = email |
| 42 | }, |
| 43 | setHourOfCode (state) { |
| 44 | state.isHourOfCode = true |
| 45 | } |
| 46 | }, |
| 47 | actions: { |
| 48 | async createAccount ({ state, commit, dispatch, rootState }) { |
nothing calls this directly
no outgoing calls
no test coverage detected