From 5ff59f2a4df9065f153abb7c23373caa17c9bc6d Mon Sep 17 00:00:00 2001 From: Randy Date: Fri, 30 Aug 2024 10:25:01 +0200 Subject: [PATCH] Update spirekey-ref.md --- packages/apps/docs/src/docs/reference/spirekey-ref.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/apps/docs/src/docs/reference/spirekey-ref.md b/packages/apps/docs/src/docs/reference/spirekey-ref.md index 6a739af852..99c04126fa 100644 --- a/packages/apps/docs/src/docs/reference/spirekey-ref.md +++ b/packages/apps/docs/src/docs/reference/spirekey-ref.md @@ -51,7 +51,7 @@ As part of the redirection, SpireKey appends a `user` object in the `searchParam | Parameter | Type | Description | | :----------- | :----------- | :----------------------------------------------------------------------- | | alias | string | Specifies an alias to use for the account as a display name. | -| accountName | string | Specifies the `c:account` a user has connected to the application. | +| accountName | string | Specifies the `r:account` a user has connected to the application. | | pendingTxIds | string[] | Specifies an array of pending transactions related to account creation or maintenance. | | credentials | Credential[] | Specifies the credential for the account. See [Credential](#credential). | @@ -91,4 +91,4 @@ You can then collect or combine additional signatures, as required, to finalize | Parameter | Type | Description | | :-------- | :--- | :---------- | -| transaction | string | Specifies the `base64` encoded JSON stringified transaction object. | \ No newline at end of file +| transaction | string | Specifies the `base64` encoded JSON stringified transaction object. |