mirror of
https://github.com/bitwarden/mobile
synced 2026-01-07 11:03:54 +00:00
Password generator page. Password generation service. Tests. Renamed some settings constants.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace Bit.App.Abstractions
|
||||
{
|
||||
public interface IPasswordGenerationService
|
||||
{
|
||||
string GeneratePassword();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user