| Auth on view content
This commit is contained in:
parent
71284b722c
commit
9d2b4c158f
|
|
@ -26,6 +26,8 @@ export const ViewContentPage = () => {
|
|||
if (!tonConnectUI.connected) {
|
||||
await tonConnectUI.openModal();
|
||||
await auth.mutateAsync();
|
||||
|
||||
return
|
||||
}
|
||||
|
||||
await auth.mutateAsync();
|
||||
|
|
|
|||
Loading…
Reference in New Issue