| Auth on view content

This commit is contained in:
rakhimovkamran 2024-10-27 19:30:31 +05:00
parent 71284b722c
commit 9d2b4c158f
1 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,8 @@ export const ViewContentPage = () => {
if (!tonConnectUI.connected) {
await tonConnectUI.openModal();
await auth.mutateAsync();
return
}
await auth.mutateAsync();