Post merch changes

This commit is contained in:
ZackRhodes 2022-10-03 11:37:26 -04:00
parent 0dddaa6b90
commit c378bb8b5e
12 changed files with 4 additions and 4 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

BIN
.github/.DS_Store vendored Normal file

Binary file not shown.

BIN
javascripts/.DS_Store vendored Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -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
View File

@ -1,5 +1,5 @@
{
"name": "IToughtAboutCurseWordsButThatWouldBeMeanToOmsi",
"name": "BaseFiles",
"lockfileVersion": 2,
"requires": true,
"packages": {

BIN
public/.DS_Store vendored

Binary file not shown.

View File

@ -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

Binary file not shown.

BIN
src/.DS_Store vendored Normal file

Binary file not shown.

BIN
src/components/.DS_Store vendored Normal file

Binary file not shown.