0
mz_s73 created
- ABP Framework version: v7.3.1
- UI Type: Blazor Server
- Database System: EF Core (SQL Server)
- Tiered (for MVC) or Auth Server Separated (for Angular): Yes
We have implemented an auto logout feature after a specific timeout period. Currently we don't want the user to be redirected to login page instead we want to show a Login Modal on that same page. What is the best way to achieve this using Blazor & components? Are there any samples/references?
Markdown supported.
Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
3 Answer(s)
-
0
hi
The current login is an MVC page, and you cannot show it in the Blazor component, which means it must be redirected to the login page by default.
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)