File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
WebAssembly/testassets/Wasm.Authentication.Client/Pages Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "sdk" : {
3- "version" : " 7.0.100-alpha.1.22071.3 "
3+ "version" : " 7.0.100-preview.2.22102.6 "
44 },
55 "tools" : {
6- "dotnet" : " 7.0.100-alpha.1.22071.3 " ,
6+ "dotnet" : " 7.0.100-preview.2.22102.6 " ,
77 "runtimes" : {
88 "dotnet" : [
99 " 2.1.30" ,
Original file line number Diff line number Diff line change 11@implements IDisposable
22@inject AuthenticationStateProvider AuthenticationStateProvider
33
4- <CascadingValue TValue =" Task<AuthenticationState>" Value =" @_currentAuthenticationStateTask" ChildContent =" @ChildContent" />
4+ <CascadingValue TValue =" System.Threading.Tasks. Task<AuthenticationState>" Value =" @_currentAuthenticationStateTask" ChildContent =" @ChildContent" />
55
66@code {
77 private Task <AuthenticationState >? _currentAuthenticationStateTask ;
Original file line number Diff line number Diff line change 33@inject AuthenticationStateProvider AuthenticationStateProvider
44@inject NavigationManager Navigation
55
6- <RemoteAuthenticatorViewCore TAuthenticationState =" RemoteAppState"
6+ <RemoteAuthenticatorViewCore TAuthenticationState =" Wasm.Authentication.Client. RemoteAppState"
77 AuthenticationState =" AppState"
88 OnLogInSucceeded =" CompleteLogin"
99 Action =" @Action" />
You can’t perform that action at this time.
0 commit comments