File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 44< meta charset ='utf-8 '/>
55< title > osm-auth</ title >
66< script src ="https://cdn.jsdelivr.net/npm/osm-auth@3/dist/osm-auth.iife.min.js "> </ script >
7- <!-- <script src='../dist/osm-auth.iife.js'></script> -->
87< link href ='style.css ' rel ='stylesheet ' type ='text/css '/>
98</ head >
109
@@ -34,12 +33,8 @@ <h2>User ID: <span id="userid"></span></h2>
3433 < a href ="http://www.openstreetmap.org/ "> OpenStreetMap API</ a > over OAuth 2.0.
3534</ footer >
3635
37- <!-- type="module" helps this run after Bun hot module reloading is ready -->
36+ <!-- type="module" helps defer this script -->
3837< script type ="module ">
39- // console.log(HELLO);
40- var abc = 'HELLO' ;
41- // var cde = AWS.ACCESS_KEY;
42-
4338 var redirectPath = window . location . origin + window . location . pathname ;
4439 var auth = osmAuth ( {
4540 client_id : "JWXSAzNp64sIRMStTnkhMRaMxSR964V4sFgn3KUZNTA" ,
You can’t perform that action at this time.
0 commit comments