Skip to content

Commit

Permalink
Added missing docs links
Browse files Browse the repository at this point in the history
  • Loading branch information
pingu2k4 committed Aug 8, 2024
1 parent 887f08b commit b561325
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/PinguApps.Appwrite.Client/Clients/IAccountClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ public interface IAccountClient

/// <summary>
/// Verify an authenticator app after adding it using <see cref="AddAuthenticator"/>.
/// <para><see href="https://appwrite.io/docs/references/1.5.x/client-rest/account#updateMfaAuthenticator">Appwrite Docs</see></para>
/// </summary>
/// <param name="request">The request content</param>
/// <param name="type">Type of authenticator</param>
Expand All @@ -160,6 +161,7 @@ public interface IAccountClient

/// <summary>
/// Enable or disable MFA on an account
/// <para><see href="https://appwrite.io/docs/references/1.5.x/client-rest/account#updateMFA">Appwrite Docs</see></para>
/// </summary>
/// <param name="request">The request content</param>
/// <returns>The user</returns>
Expand Down

0 comments on commit b561325

Please sign in to comment.