This repository has been archived on 2024-07-27. You can view files and clone it, but cannot push or open issues or pull requests.
keksAccountGUI/node_modulesOLD/.cache/vue-loader/b46ab454ad190f9b87b8c4ffe63a30c6.json

1 line
3.4 KiB
JSON
Raw Normal View History

2019-08-11 18:48:02 +00:00
{"remainingRequest":"/home/soeren/dev/keksaccountgui/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!/home/soeren/dev/keksaccountgui/node_modules/vuetify-loader/lib/loader.js!/home/soeren/dev/keksaccountgui/node_modules/cache-loader/dist/cjs.js??ref--0-0!/home/soeren/dev/keksaccountgui/node_modules/vue-loader/lib/index.js??vue-loader-options!/home/soeren/dev/keksaccountgui/src/components/Login.vue?vue&type=template&id=ef68022e&","dependencies":[{"path":"/home/soeren/dev/keksaccountgui/src/components/Login.vue","mtime":1559742501210},{"path":"/home/soeren/dev/keksaccountgui/node_modules/cache-loader/dist/cjs.js","mtime":499162500000},{"path":"/home/soeren/dev/keksaccountgui/node_modules/vue-loader/lib/loaders/templateLoader.js","mtime":499162500000},{"path":"/home/soeren/dev/keksaccountgui/node_modules/vuetify-loader/lib/loader.js","mtime":1564062719000},{"path":"/home/soeren/dev/keksaccountgui/node_modules/cache-loader/dist/cjs.js","mtime":499162500000},{"path":"/home/soeren/dev/keksaccountgui/node_modules/vue-loader/lib/index.js","mtime":499162500000}],"contextDependencies":[],"result":["var render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\n \"div\",\n [\n _c(\"h1\", [_vm._v(\"Login\")]),\n _vm.errorMessage\n ? _c(\"v-alert\", { attrs: { value: true, type: \"error\" } }, [\n _vm._v(\"\\n \" + _vm._s(_vm.errorMessage) + \"\\n \")\n ])\n : _vm._e(),\n _c(\"p\", [\n _vm._v(\"Login to your \"),\n _vm.loginToService\n ? _c(\"span\", [_vm._v(_vm._s(_vm.serviceName))])\n : _vm._e(),\n !_vm.loginToService\n ? _c(\"span\", [_vm._v(_vm._s(_vm.nameBig) + _vm._s(_vm.nameSmall))])\n : _vm._e(),\n _vm._v(\" with your credentials.\")\n ]),\n _c(\"v-text-field\", {\n attrs: { label: \"Username\", value: \"\" },\n model: {\n value: _vm.username,\n callback: function($$v) {\n _vm.username = $$v\n },\n expression: \"username\"\n }\n }),\n _c(\"v-text-field\", {\n attrs: { label: \"Password\", value: \"\", type: \"password\" },\n model: {\n value: _vm.password,\n callback: function($$v) {\n _vm.password = $$v\n },\n expression: \"password\"\n }\n }),\n _vm.loginToService\n ? _c(\"v-checkbox\", {\n attrs: { label: _vm.loginText, disabled: \"true\" },\n model: {\n value: _vm.logintoMainAccount,\n callback: function($$v) {\n _vm.logintoMainAccount = $$v\n },\n expression: \"logintoMainAccount\"\n }\n })\n : _vm._e(),\n _vm.showPermanentLogin()\n ? _c(\"v-checkbox\", {\n attrs: { label: \"Permanent Login at this Device\" },\n model: {\n value: _vm.allowSpaces,\n callback: function($$v) {\n _vm.allowSpaces = $$v\n },\n expression: \"allowSpaces\"\n }\n })\n : _vm._e(),\n _c(\"v-btn\", { attrs: { color: \"success\" }, on: { click: _vm.login } }, [\n _vm._v(\"\\n Login\\n \")\n ])\n ],\n 1\n )\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns }"]}