Skip to content

Commit

Permalink
Magic production key added. (#205)
Browse files Browse the repository at this point in the history
* magic prod key added

* removed unrelated changes
  • Loading branch information
manangouhari authored Mar 3, 2021
1 parent 1d4b089 commit c128dc7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/pages/auth.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ function VerifyEmailModal(props) {
let { email, setEmail, nickname, setNickname } = props;
const { user, setUser } = props;
const [error, setError] = useState('');
const magic = useRef(new Magic('pk_test_90E65EC554AC32F6'));
const magic = useRef(new Magic('pk_live_AF81E967B87694E3'));

async function verifyEmail(e) {
e.preventDefault();
Expand Down
2 changes: 0 additions & 2 deletions src/pages/tezos/customizebot.js
Original file line number Diff line number Diff line change
Expand Up @@ -367,8 +367,6 @@ const Customizer = () => {

const [isUser] = useAtom(isUserAtom);



const getMeshName = name => {
const filterType = Object.keys(botColors.items);

Expand Down

0 comments on commit c128dc7

Please sign in to comment.