mirror of
https://github.com/bitwarden/mobile
synced 2026-01-04 09:33:16 +00:00
remove duplicate / from API routes
This commit is contained in:
@@ -16,7 +16,7 @@ namespace Bit.App.Repositories
|
||||
: base(connectivity, httpService, tokenService)
|
||||
{ }
|
||||
|
||||
protected override string ApiRoute => "/two-factor";
|
||||
protected override string ApiRoute => "two-factor";
|
||||
|
||||
public virtual async Task<ApiResult> PostSendEmailLoginAsync(TwoFactorEmailRequest requestObj)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user