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
fix: Rename ResetApp method to HandleReset to avoid name conflict
- Method name 'ResetApp' conflicted with class name
- Caused build error: CS0542
- Renamed to HandleReset to resolve conflict
- Frontend now builds and runs successfully
0 commit comments