wiring up new auth endpoint
This commit is contained in:
parent
b6999cef0a
commit
a13fb49942
17 changed files with 850 additions and 37 deletions
|
@ -167,7 +167,7 @@ namespace Sledgemapper
|
|||
return Task.FromResult(_authenticateResponse.Token);
|
||||
}
|
||||
|
||||
public async Task<HttpResponseMessage> Register(RegisterModel registerModel)
|
||||
public async Task<IMapApi.AuthResult> Register(RegisterModel registerModel)
|
||||
{
|
||||
var result = await Api.Register(registerModel).ConfigureAwait(false);
|
||||
return result;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue