Hi I'm using abp framework and for my Frontend Im using Blazor. I want to design a logout button somewhere in my application but when I use use logout links which are provided by framework, it doesnt work or i get an error. how can i customize login method of my application?
I tried to find default methods and routes in application but it didnt work.