Skip to content

Commit

Permalink
Merge pull request #152 from NetSepio/rushikesh-nft
Browse files Browse the repository at this point in the history
update :login aptos and solana api
  • Loading branch information
Rushikeshnimkar authored Oct 14, 2024
2 parents bce6182 + 9d9155b commit 6e61d5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/Login/aptos.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export const useAptosWallet = () => {
Cookies.set("erebrus_userid", userId, { expires: 7 });
Cookies.set("Chain_symbol", chainsym, { expires: 7 });

// window.location.reload();
window.location.reload();
} catch (error) {
console.error(error);
setshowsignbuttonaptos(true);
Expand Down
2 changes: 1 addition & 1 deletion components/Login/solana.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export const useSolWallet = (setshowsignbutton) => {
Cookies.set("erebrus_wallet", publicKey, { expires: 7 });
Cookies.set("erebrus_userid", userId, { expires: 7 });

// window.location.reload();
window.location.reload();
} catch (error) {
console.error(error);
setshowsignbutton(true);
Expand Down

0 comments on commit 6e61d5b

Please sign in to comment.