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
<CheckBoxIsChecked="{Binding LoginUser.IsLoggedInWithOAuth}"Content="Sign in using your Identity Provider" mah:CheckBoxHelper.CheckCornerRadius="5"HorizontalAlignment="Center"VerticalAlignment="Center"Margin="0,15,0,0"/>
185
+
<CheckBoxIsChecked="{Binding LoginUser.IsLoggedInWithSSO}"Content="Sign in using your Identity Provider" mah:CheckBoxHelper.CheckCornerRadius="5"HorizontalAlignment="Center"VerticalAlignment="Center"Margin="0,15,0,0"/>
186
186
</StackPanel>
187
187
<uc:IconButtonText="Save and Login"Height="30"Margin="0,0,10,10"Width="100"HorizontalAlignment="Right"VerticalAlignment="Bottom"Click="SaveAndLogin_Click"/>
<CheckBoxIsChecked="{Binding SignupUser.IsLoggedInWithOAuth}"Content="Sign up using your Identity Provider" mah:CheckBoxHelper.CheckCornerRadius="5"HorizontalAlignment="Center"VerticalAlignment="Center"Margin="0,15,0,0"/>
251
+
<CheckBoxIsChecked="{Binding SignupUser.IsLoggedInWithSSO}"Content="Sign up using your Identity Provider" mah:CheckBoxHelper.CheckCornerRadius="5"HorizontalAlignment="Center"VerticalAlignment="Center"Margin="0,15,0,0"/>
252
252
</StackPanel>
253
253
<uc:IconButtonText="Save and Sign Up"Height="30"Margin="0,0,10,10"Width="100"HorizontalAlignment="Right"VerticalAlignment="Bottom"Click="SaveAndSignUp_Click"/>
state=awaitLoginManager.Instance.Register(ViewModel.SignupUser);//Only non-provider login has a additional call. Else its just a login, because the server will create the account internally
0 commit comments