1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-27 21:53:57 +00:00

update fingerprint library

This commit is contained in:
Kyle Spearrin
2017-11-27 20:53:43 -05:00
parent 37ea84ffe9
commit b670280688
16 changed files with 43 additions and 43 deletions

View File

@@ -35,9 +35,9 @@ namespace Bit.App
else
{
//BaseAddress = new Uri("http://169.254.80.80:33656"); // Desktop from VS Android Emulator
//BaseAddress = new Uri("http://192.168.1.3:33656"); // Desktop
BaseAddress = new Uri("http://192.168.1.3:33656"); // Desktop
//BaseAddress = new Uri("https://preview-identity.bitwarden.com"); // Preview
BaseAddress = new Uri("https://identity.bitwarden.com"); // Production
//BaseAddress = new Uri("https://identity.bitwarden.com"); // Production
}
}
}