| Auth on view content
This commit is contained in:
parent
9d2b4c158f
commit
ed33936e4f
|
|
@ -49,7 +49,8 @@ export const ViewContentPage = () => {
|
|||
});
|
||||
|
||||
if (transactionResponse.boc) {
|
||||
WebApp.close();
|
||||
void refetchContent()
|
||||
console.log(transactionResponse.boc, "PURCHASED")
|
||||
} else {
|
||||
console.error("Transaction failed:", transactionResponse);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue