mirror of
https://github.com/bitwarden/mobile
synced 2025-12-19 09:43:27 +00:00
Added register page and accounts repo. Switch to color instead of bg image.
This commit is contained in:
10
src/App/Abstractions/Repositories/IAccountsApiRepository.cs
Normal file
10
src/App/Abstractions/Repositories/IAccountsApiRepository.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System.Threading.Tasks;
|
||||
using Bit.App.Models.Api;
|
||||
|
||||
namespace Bit.App.Abstractions
|
||||
{
|
||||
public interface IAccountsApiRepository
|
||||
{
|
||||
Task<ApiResult> PostRegisterAsync(RegisterRequest requestObj);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user