mirror of
https://github.com/pezkuwichain/pezkuwi-telegram-miniapp.git
synced 2026-06-21 23:41:04 +00:00
debug: improve error logging
This commit is contained in:
@@ -75,9 +75,9 @@ export function AnnouncementsSection() {
|
||||
</header>
|
||||
|
||||
{/* Debug Banner - Remove after fixing */}
|
||||
<div className="bg-yellow-500/20 text-yellow-300 text-xs p-2 mx-4 mt-2 rounded">
|
||||
<div className="bg-yellow-500/20 text-yellow-300 text-xs p-2 mx-4 mt-2 rounded break-all">
|
||||
Auth: {isAuthenticated ? 'YES' : 'NO'} | Token: {sessionToken ? 'YES' : 'NO'} | User:{' '}
|
||||
{user?.first_name || 'null'} | Error: {authError || 'none'}
|
||||
{user?.first_name || 'null'} | Err: {authError || 'none'}
|
||||
</div>
|
||||
|
||||
{/* Content */}
|
||||
|
||||
Reference in New Issue
Block a user