Skip to content

Commit

Permalink
Bugfix - nearbeach-966 Submitting bad username when creating new user…
Browse files Browse the repository at this point in the history
… throws up undefined error || nearbeach-954 Add in the ability for users to be removed from cards
  • Loading branch information
Luke Clarke committed Jul 3, 2023
1 parent cd563c3 commit 958555e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NearBeach/static/NearBeach/NearBeach.min.js

Large diffs are not rendered by default.

Binary file modified NearBeach/static/NearBeach/NearBeach.min.js.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion NearBeach/static/NearBeach/new-user.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified NearBeach/static/NearBeach/new-user.min.js.gz
Binary file not shown.
6 changes: 6 additions & 0 deletions src/js/components/users/NewUser.vue
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,9 @@
import { email, required } from "@vuelidate/validators";
import ValidationRendering from "../validation/ValidationRendering.vue";
//Mixins
import errorModalMixin from "../../mixins/errorModalMixin";
export default {
name: "NewUser",
setup() {
Expand All @@ -150,6 +153,9 @@
components: {
ValidationRendering,
},
mixins: [
errorModalMixin,
],
props: {
rootUrl: {
type: String,
Expand Down

0 comments on commit 958555e

Please sign in to comment.