-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Start Tab or Authorize issue #51
Labels
bug
Something isn't working
Comments
It seems like the state is not updating when the authorization happens. I will appreciate the reproducible. Yes. Can you link a github repository? Also end of year and and all it will take me a while to take a look at it. |
Hello Thank you |
Hello @kentaero I can't find the repository link. |
p{margin-top:0;margin-bottom:0}
Hi~OK. Thank you~Happy New Year~--------- 원본 메일 ---------
보낸사람: David Moreira ***@***.***>
받는사람: David-Moreira/BlazorXTabs ***@***.***>
참조: JK source package ***@***.***>,Mention ***@***.***>
날짜: 23.12.27 02:18 GMT +0900
제목: Re: [David-Moreira/BlazorXTabs] Start Tab or Authorize issue (Issue #51)
Never mind I found it.
(I removed the database calls so I could test)
Reply to your questions:
You're right, right after login, when the navigation happens, the page is "stuck" on authorizing. I will try to figure out what the problem is. For the meantime a solution is to just modify the Login.razor.cs HandleLogin so it forces a fresh navigation after authentication successfully. navigationManager.NavigateTo("/", forceLoad: true);
The issue is with a conflicting css from nav.scss. Please adjust the css accordingly.
image.png (view on web)
I could not reproduce this one, logout, back in always goes back to index page. Maybe the fix from 1. will also help you with this one.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
hello
I am a novice developer using the BlazorXTabs library.
While using the XTabsAuthorizeRouteView component
I have three questions.
first,
Sometimes, the state does not go from Authorizing state to Authorized state, so you have to press "F5" to refresh.
second,
When you move the mouse cursor to the activated Tab Header, the "X" button disappears.
third,
If you repeatedly log out and log in, a page other than "Index" will be displayed as the starting page.
I can send you the full source if you want.
my email address [email protected]
Thank you
The text was updated successfully, but these errors were encountered: