1
0
mirror of https://git.teknik.io/Teknikode/Teknik.git synced 2023-08-02 14:16:22 +02:00

Fixed Identity Helper not pointing to correct endpoint for updating of the PGP public key.

This commit is contained in:
Uncled1023 2019-01-25 00:18:36 -08:00
parent 0df52f5d79
commit 9228d7ba0b

View File

@ -242,7 +242,7 @@ namespace Teknik.Areas.Users.Utility
public static async Task<IdentityResult> UpdatePGPPublicKey(Config config, string username, string publicKey)
{
var manageUrl = CreateUrl(config, $"Manage/UpdateAccountType");
var manageUrl = CreateUrl(config, $"Manage/UpdatePGPPublicKey");
var response = await Post(config, manageUrl,
new