mirror of
https://github.com/bitwarden/mobile
synced 2025-12-14 23:33:34 +00:00
PM-3349 PM-3350 Fixed issue where creating an account with weak/exposed password would get stuck after the Captcha (if a captcha is shown)
Changed App.xaml.cs NavigateImpl to be private
This commit is contained in:
@@ -530,7 +530,7 @@ namespace Bit.App
|
||||
NavigateImpl(navTarget, navParams);
|
||||
}
|
||||
|
||||
public void NavigateImpl(NavigationTarget navTarget, INavigationParams navParams)
|
||||
private void NavigateImpl(NavigationTarget navTarget, INavigationParams navParams)
|
||||
{
|
||||
switch (navTarget)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user