Skip to content

Commit

Permalink
upload
Browse files Browse the repository at this point in the history
  • Loading branch information
nmsderp authored Nov 23, 2023
1 parent b0f397e commit 1c6ca13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/menu-bar/share-button.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import styles from './share-button.css';
function authenticate() {
return new Promise((resolve, reject) => {
const login = window.open(
`https://auth.itinerary.eu.org/auth/?redirect=${btoa(window.location.origin)}&name=PenguinMod`,
`https://auth.itinerary.eu.org/auth/?redirect=${btoa(window.location.origin)}&name=Snail-IDE`,
"Scratch Authentication",
`scrollbars=yes,resizable=yes,status=no,location=yes,toolbar=no,menubar=no,width=768,height=512,left=200,top=200`
);
Expand Down Expand Up @@ -139,7 +139,7 @@ ShareButton.defaultProps = {
const projectName = _projectName.join(" - ");

const url = location.origin;
window.open("https://snail-ide.github.io/sorry.html");
window.open("https://snail-ide.vercel.app/upload?name=Project&external=https://snail-ide.js.org");
return;
}
};
Expand Down

0 comments on commit 1c6ca13

Please sign in to comment.