1 line
2.5 KiB
Text
1 line
2.5 KiB
Text
|
{"version":3,"file":"SettingsAccount-7EiXjdvZ.js","sources":["../../src/lib/components/molecules/SettingsAccount.svelte"],"sourcesContent":["<!--\nSettingsAccount molecule.\nCopyright (C) 2024 André Jaenisch\nSPDX-FileCopyrightText: 2024 André Jaenisch\nSPDX-License-Identifier: AGPL-3.0-or-later\n\nThis program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.\n\nThis program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.\n\nYou should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.\n-->\n\n<script>\n\timport { _ } from 'svelte-i18n';\n</script>\n\n<div class=\"flex flex-col flex-1 gap-4 pe-8 pb-8 ps-8 pt-20 bg-surface-100\">\n\t<div class=\"flex text-surface-500 text-xl font-semibold\">{$_('settings.account.headline')}</div>\n\t<div class=\"flex flex-col gap-6\">\n\t\t<div>\n\t\t\t<span class=\"text-surface-500 font-semibold\">{$_('settings.account.f2.label')}</span>\n\t\t\t<input\n\t\t\t\ttype=\"text\"\n\t\t\t\tplaceholder={$_('settings.account.f2.placeholder')}\n\t\t\t\tclass=\"input bg-white placeholder:text-surface-300\"\n\t\t\t/>\n\t\t</div>\n\t\t<div class=\"flex flex-col gap-1\">\n\t\t\t<span class=\"text-surface-500 font-semibold\">{$_('settings.account.password.label')}</span>\n\t\t\t<input type=\"password\" class=\"input bg-white\" />\n\t\t\t<a>{$_('settings.account.password.reset')}</a>\n\t\t</div>\n\t\t<div>\n\t\t\t<span class=\"text-surface-500 font-semibold\">{$_('settings.account.verification.label')}</span\n\t\t\t>\n\t\t\t<input type=\"text\" class=\"input bg-white\" />\n\t\t</div>\n\t\t<div class=\"flex justify-end\">\n\t\t\t<button class=\"btn variant-filled-warning\">{$_('settings.account.delete')}</button>\n\t\t</div>\n\t</div>\n</div>\n"],"names":["div6","div5","cov_zf0h08pco","s","div1","append_hydration"],"mappings":"uj4BA6BiDA,EAAAC,CAAA,EAAAC,EAAAC,EAAAA,WAXUF,EAAAG,CAAA,EAAAF,IAAAC,EAAA,GAAA,0BAJjDE,EAAAA,CAAAA,EAAAA,EAAAA,EAAAA,EAAAA,GAAAA,IAAAA,EAAAA,EAAAA,CAAAA,EAAAA,EAAAA,EAAAA,EAAAA,GAAAA,IAAAA,sLAOuCA,EAAAA,CAAAA,EAAAA,EAAAA,EAAAA,EAAAA,GAAAA,IAAAA,EAAAA,EAAAA,CAAAA,EAAAA,IAAAA,EAAAA,GAAAA,IAAAA"}
|