Changeset 64a2b05 in theo
- Timestamp:
- 11/21/2022 04:46:33 PM (2 months ago)
- Branches:
- master
- Children:
- 4a983f6
- Parents:
- a2e3593
- Location:
- mobile/src/views
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
mobile/src/views/Login.vue
ra2e3593 r64a2b05 54 54 checkUser() { 55 55 // send logged-in users to "home" instead 56 if (this.$store.state.user ) {56 if (this.$store.state.user.uuid) { 57 57 this.$router.push('/') 58 58 } -
mobile/src/views/ordering/OrderingBatchWorksheet.vue
ra2e3593 r64a2b05 134 134 135 135 // is someone logged in? 136 if (this.$store.state.user ) {136 if (this.$store.state.user.uuid) { 137 137 138 138 // go ahead and fetch data, but only if user has permission
Note: See TracChangeset
for help on using the changeset viewer.