mirror of
https://github.com/IvarK/AntimatterDimensionsSourceCode.git
synced 2025-02-16 15:40:16 +00:00
Post merch changes
This commit is contained in:
parent
0dddaa6b90
commit
c378bb8b5e
BIN
.github/.DS_Store
vendored
Normal file
BIN
.github/.DS_Store
vendored
Normal file
Binary file not shown.
BIN
javascripts/.DS_Store
vendored
Normal file
BIN
javascripts/.DS_Store
vendored
Normal file
Binary file not shown.
BIN
javascripts/core/.DS_Store
vendored
BIN
javascripts/core/.DS_Store
vendored
Binary file not shown.
BIN
javascripts/core/secret-formula/.DS_Store
vendored
Normal file
BIN
javascripts/core/secret-formula/.DS_Store
vendored
Normal file
Binary file not shown.
@ -2,8 +2,8 @@
|
||||
import pako from "pako/dist/pako.esm.mjs";
|
||||
/* eslint-enable import/extensions */
|
||||
|
||||
import { get, getDatabase, ref, set } from "firebase/database";
|
||||
import { getAuth, GoogleAuthProvider, signInWithPopup, signOut } from "firebase/auth";
|
||||
//import { get, getDatabase, ref, set } from "firebase/database";
|
||||
//import { getAuth, GoogleAuthProvider, signInWithPopup, signOut } from "firebase/auth";
|
||||
import { initializeApp } from "firebase/app";
|
||||
import { getAuth, signInWithPopup, signInWithEmailAndPassword, createUserWithEmailAndPassword, signOut, GoogleAuthProvider } from "firebase/auth";
|
||||
import { getDatabase, ref, get, set } from "firebase/database";
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "IToughtAboutCurseWordsButThatWouldBeMeanToOmsi",
|
||||
"name": "BaseFiles",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
|
BIN
public/.DS_Store
vendored
BIN
public/.DS_Store
vendored
Binary file not shown.
@ -97,7 +97,7 @@ const SteamFunctions = {
|
||||
ConfirmSteamPurchase(OrderIdentifier) {
|
||||
console.log(OrderIdentifier);
|
||||
PlayFab.ClientApi.ConfirmPurchase({ OrderId: OrderIdentifier }, (result, error) => {
|
||||
if (result !== null) {
|
||||
if (result !== null && result.data.Items != null) {
|
||||
console.log(result);
|
||||
const PurchaseName = result.data.Items[0].ItemId;
|
||||
const PurchaseInstance = result.data.Items[0].ItemInstanceId;
|
||||
|
BIN
public/stylesheets/.DS_Store
vendored
Normal file
BIN
public/stylesheets/.DS_Store
vendored
Normal file
Binary file not shown.
BIN
src/.DS_Store
vendored
Normal file
BIN
src/.DS_Store
vendored
Normal file
Binary file not shown.
BIN
src/components/.DS_Store
vendored
Normal file
BIN
src/components/.DS_Store
vendored
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user