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
refactor: drop redundant casts on null and ViewBag
- VerificationService: (DateTime?)null -> default(DateTime?), same value without the cast
- _EmailLayout.cshtml: extract 'ViewBag.BaseUrl as string' into a local 'baseUrl' instead of casting at every use site
0 commit comments