Added "forgot password?" back

This commit is contained in:
a-ill
2023-08-02 00:42:25 +03:00
parent 17270317b6
commit f7bda68067
44 changed files with 112 additions and 37 deletions

View File

@@ -15,7 +15,7 @@
let mapContainer
function createMap(center,zoom) {
let map = L.map(mapContainer, {
map = L.map(mapContainer, {
center: center,
zoom: zoom,
});