You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
authService.ts uses getPlaceholderStellarAddress() on signup to satisfy schema before the real wallet exists. Replace with a proper flow (e.g. create wallet on first signin or store a clear "no wallet yet" state).
authService.ts uses getPlaceholderStellarAddress() on signup to satisfy schema before the real wallet exists. Replace with a proper flow (e.g. create wallet on first signin or store a clear "no wallet yet" state).