mirror of
https://github.com/bitwarden/mobile
synced 2026-01-04 17:43:17 +00:00
PM-3349 PM-3350 MAUI Migration Initial
This commit is contained in:
9
src/Core/Utilities/IPasswordPromptable.cs
Normal file
9
src/Core/Utilities/IPasswordPromptable.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Bit.App.Utilities
|
||||
{
|
||||
public interface IPasswordPromptable
|
||||
{
|
||||
Task<bool> PromptPasswordAsync();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user