{"version":3,"sources":["webpack:///./Scripts/Components/Vanilla/LogoutButton.js"],"names":["logoutBtnElem","document","getElementById","addEventListener","post","then","location","href"],"mappings":"wGAEA,MAAMA,EAAgBC,SAASC,eAAe,gBAE1CF,GACFA,EAAcG,iBAAiB,SAAS,MACtCC,QAAK,sBAAsBC,MAAK,IAAOC,SAASC,KAAO,KAAvD,G","file":"926.c349293b.js","sourcesContent":["import { post } from '../../Services/http';\n\nconst logoutBtnElem = document.getElementById('logoutButton');\n\nif (logoutBtnElem) {\n logoutBtnElem.addEventListener('click', () => {\n post('/api/mypage/logout').then(() => (location.href = '/'));\n });\n}\n"],"sourceRoot":""}