labswp_2019_sose_geocaching/frontend/src/store/auth/state.js
2019-03-26 13:18:56 +01:00

8 lines
109 B
JavaScript

export default {
user: {
username: "moximoti",
password: "1234",
isAuthenticated: false
},
}