mirror of
https://github.com/bitwarden/mobile
synced 2026-01-04 09:33:16 +00:00
Added register page and accounts repo. Switch to color instead of bg image.
This commit is contained in:
@@ -42,8 +42,6 @@ namespace Bit.App
|
||||
MainPage = new HomePage();
|
||||
}
|
||||
|
||||
MainPage.BackgroundColor = Color.FromHex("ecf0f5");
|
||||
|
||||
MessagingCenter.Subscribe<Application, bool>(Current, "Lock", async (sender, args) =>
|
||||
{
|
||||
await CheckLockAsync(args);
|
||||
|
||||
Reference in New Issue
Block a user