(window.webpackJsonp=window.webpackJsonp||[]).push([[232],{548:function(t,e,n){"use strict";n(5);e.a={methods:{loginUser:function(t,e,n){var o=this;return new Promise((function(r,c){o.$axios.post("login/auth",{username:t,password:e}).then((function(t){null!==n&&n.close(),o.$store.dispatch("auth/getLoginStatus").then((function(t){1===o.$store.state.auth.accounts.length?o.$router.push({name:"index"}):o.$router.push({name:"login-accounts"})})),r(t.data)}),(function(t){null!==n&&n.close(),c(t)}))}))}}}},574:function(t,e,n){var content=n(688);content.__esModule&&(content=content.default),"string"==typeof content&&(content=[[t.i,content,""]]),content.locals&&(t.exports=content.locals);(0,n(35).default)("cd0ada40",content,!0,{sourceMap:!1})},687:function(t,e,n){"use strict";n(574)},688:function(t,e,n){var o=n(34)(!1);o.push([t.i,".center-parent[data-v-7e34e486]{display:flex}.center-middle[data-v-7e34e486]{margin:auto auto auto 0}",""]),t.exports=o},752:function(t,e,n){"use strict";n.r(e);n(15);var o={mixins:[n(548).a],name:"Login",layout:"anonymous",data:function(){return{invalidLogin:!1,noAccounts:!1,username:"",password:""}},created:function(){window.addEventListener("keydown",this.submitSearch)},destroyed:function(){window.removeEventListener("keydown",this.submitSearch)},mounted:function(){var t=this;this.$store.dispatch("auth/getLoginStatus").then((function(e){e.data.authenticated&&(t.$buefy.snackbar.open("Welcome back ".concat(e.data.profile.name.first,"!")),t.$store.commit("auth/setAccounts",e.data.accounts),null!==e.data.selected?t.$store.commit("auth/setActiveAccount",e.data.selected):1===e.data.accounts.length&&t.$store.commit("auth/setActiveAccount",e.data.accounts[0]),t.$store.commit("auth/setProfile",e.data.profile),null!==e.data.selected||1===e.data.accounts.length?t.$router.push({name:"index"}):t.$router.push({name:"login-accounts"}))}))},computed:{loginButtonDisabled:function(){return 0===this.username.length||0===this.password.length}},methods:{submitSearch:function(t){"Enter"===t.key&&this.login()},login:function(){var t=this;this.invalidLogin=!1,this.noAccounts=!1;var e=this.$buefy.loading.open({container:this.$refs.loginbox});this.loginUser(this.username,this.password,e).then((function(){}),(function(e){409===e.response.status?t.noAccounts=!0:t.invalidLogin=!0}))}}},r=(n(687),n(2)),component=Object(r.a)(o,(function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("section",[n("div",{staticClass:"columns pt-4"},[t._m(0),t._v(" "),n("div",{staticClass:"column"},[n("div",{ref:"loginbox",staticClass:"box ml-3 mr-3 mt-5"},[n("h1",{staticClass:"is-size-3"},[t._v("\n Login\n ")]),t._v(" "),n("b-message",{directives:[{name:"show",rawName:"v-show",value:t.invalidLogin,expression:"invalidLogin"}],attrs:{type:"is-warning"}},[t._v("\n The username and password combination is incorrect.\n "),n("nuxt-link",{attrs:{to:{name:"login-reset"}}},[t._v("\n Forgot password?\n ")])],1),t._v(" "),n("b-message",{directives:[{name:"show",rawName:"v-show",value:t.noAccounts,expression:"noAccounts"}],attrs:{type:"is-warning"}},[t._v("\n Your username and password is valid, but none of your accounts permit you to login. Please speak to someone from your group.\n ")]),t._v(" "),n("b-field",{attrs:{label:"Username"}},[n("b-input",{on:{keyup:function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"enter",13,e.key,"Enter")?null:t.login.apply(null,arguments)}},model:{value:t.username,callback:function(e){t.username=e},expression:"username"}})],1),t._v(" "),n("b-field",{attrs:{label:"Password"}},[n("b-input",{attrs:{type:"password","password-reveal":""},on:{keyup:function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"enter",13,e.key,"Enter")?null:t.login.apply(null,arguments)}},model:{value:t.password,callback:function(e){t.password=e},expression:"password"}})],1),t._v(" "),n("b-button",{attrs:{type:"is-primary"},on:{click:function(e){return t.login()}}},[t._v("\n Login\n ")]),t._v(" "),n("p",{staticClass:"pt-2"},[n("small",[t._v("\n If you don't have an account, please speak to someone from your group. If you've forgot your password, you can "),n("nuxt-link",{attrs:{to:{name:"login-reset"}}},[t._v("request a password reset link")]),t._v(".\n ")],1)])],1)])])])}),[function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"column center-parent"},[n("section",{staticClass:"hero center-middle"},[n("div",{staticClass:"hero-body p-0 pl-5"},[n("p",{staticClass:"title"},[t._v("\n Athlete Manager\n ")]),t._v(" "),n("p",{staticClass:"subtitle"},[t._v("\n Helping groups manage their data.\n ")])])])])}],!1,null,"7e34e486",null);e.default=component.exports}}]);