mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 03:51:23 +01:00
localization
This commit is contained in:
parent
6453a69250
commit
754e132841
3 changed files with 3 additions and 3 deletions
|
|
@ -10,7 +10,7 @@
|
|||
// open this page in a new window without query parameter to start auth
|
||||
// setDropBoxToken(token) will be called on the opener window
|
||||
const REDIRECT_URI = window.location.origin + window.location.pathname;
|
||||
const auth = new Dropbox.DropboxAuth({clientId: "pdr9ae64ip0qno4"});
|
||||
const auth = new Dropbox.DropboxAuth({clientId: "61ndwmjyxi8bkrc"});
|
||||
|
||||
const params = new URLSearchParams(window.location.search);
|
||||
const code = params.get("code");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue