{"version":3,"sources":["webpack:///./src/views/auth/Auth.vue","webpack:///./src/views/auth/Auth.vue?9c58","webpack:///./src/views/auth/Auth.vue?930a"],"names":["class","style","href","alt","src","name","components","store","dispatch","ADD_BODY_CLASSNAME","REMOVE_BODY_CLASSNAME","render"],"mappings":"kJAEIA,MAAM,mIAONC,MAAA,oE,GAEKD,MAAM,yD,6GAVb,gCAuBM,MAvBN,EAuBM,CAbJ,gCAMM,MANN,EAMM,C,YALJ,gCAEI,KAFDE,KAAK,IAAIF,MAAM,S,CAChB,gCAA4E,OAAvEG,IAAI,OAAOC,IAAI,uCAAuCJ,MAAM,a,IAGnE,yBAA2B,K,YAG7B,gCAIM,OAJDA,MAAM,6CAA2C,CACpD,gCAEM,OAFDA,MAAM,0CAAwC,CACjD,gCAAkI,KAA/HA,MAAM,uBAAsB,uG,kCChBxB,+BAAgB,CAC7BK,KAAM,OACNC,WAAY,GACZ,QACE,MAAMC,EAAQ,iBAEd,uBAAU,KACRA,EAAMC,SAAS,OAAQC,mBAAoB,aAG7C,yBAAY,KACVF,EAAMC,SAAS,OAAQE,sBAAuB,gBCbpD,EAAOC,OAASA,EAED","file":"js/chunk-2d0aa661.23f9ee5b.js","sourcesContent":["<template>\r\n <div\r\n class=\"\r\n d-flex\r\n flex-column flex-column-fluid\r\n bgi-position-y-bottom\r\n position-x-center\r\n bgi-no-repeat bgi-size-contain bgi-attachment-fixed\r\n \"\r\n style=\"background-image: url('media/illustrations/sketchy-1/14.png')\"\r\n >\r\n <div class=\"d-flex flex-center flex-column flex-column-fluid p-10\">\r\n <a href=\"#\" class=\"mb-12\">\r\n <img alt=\"Logo\" src=\"/media/images/Discovery_Logo_top.png\" class=\"h-70px\" />\r\n </a>\r\n\r\n <router-view></router-view>\r\n </div>\r\n\r\n <div class=\"d-flex flex-center flex-column-auto pb-10\">\r\n <div class=\"d-flex align-items-center fw-bold fs-6\">\r\n <p class=\"fs-6 fw-bolder px-2\">Please contact the student management system administratior if you do not have user credentials</p>\r\n </div>\r\n </div>\r\n </div>\r\n</template>\r\n\r\n<script lang=\"ts\">\r\nimport { defineComponent, onMounted, onUnmounted } from \"vue\";\r\nimport { useStore } from \"vuex\";\r\nimport { Actions } from \"@/store/enums/StoreEnums\";\r\n\r\nexport default defineComponent({\r\n name: \"auth\",\r\n components: {},\r\n setup() {\r\n const store = useStore();\r\n\r\n onMounted(() => {\r\n store.dispatch(Actions.ADD_BODY_CLASSNAME, \"bg-body\");\r\n });\r\n\r\n onUnmounted(() => {\r\n store.dispatch(Actions.REMOVE_BODY_CLASSNAME, \"bg-body\");\r\n });\r\n },\r\n});\r\n</script>\r\n","\r\nimport { defineComponent, onMounted, onUnmounted } from \"vue\";\r\nimport { useStore } from \"vuex\";\r\nimport { Actions } from \"@/store/enums/StoreEnums\";\r\n\r\nexport default defineComponent({\r\n name: \"auth\",\r\n components: {},\r\n setup() {\r\n const store = useStore();\r\n\r\n onMounted(() => {\r\n store.dispatch(Actions.ADD_BODY_CLASSNAME, \"bg-body\");\r\n });\r\n\r\n onUnmounted(() => {\r\n store.dispatch(Actions.REMOVE_BODY_CLASSNAME, \"bg-body\");\r\n });\r\n },\r\n});\r\n","import { render } from \"./Auth.vue?vue&type=template&id=04fd7776\"\nimport script from \"./Auth.vue?vue&type=script&lang=ts\"\nexport * from \"./Auth.vue?vue&type=script&lang=ts\"\nscript.render = render\n\nexport default script"],"sourceRoot":""}