From e8ff0fdcd5a9ad2d5f9d4efb446a1707c5666b07 Mon Sep 17 00:00:00 2001 From: Christine Date: Thu, 26 Oct 2023 23:18:13 +0000 Subject: [PATCH 1/2] feat: add info on what should occur post-transfer --- .../transferring-ownership-of-an-oauth-app.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/apps/oauth-apps/maintaining-oauth-apps/transferring-ownership-of-an-oauth-app.md b/content/apps/oauth-apps/maintaining-oauth-apps/transferring-ownership-of-an-oauth-app.md index 56b1d4cf533a..ddf3dd556b88 100644 --- a/content/apps/oauth-apps/maintaining-oauth-apps/transferring-ownership-of-an-oauth-app.md +++ b/content/apps/oauth-apps/maintaining-oauth-apps/transferring-ownership-of-an-oauth-app.md @@ -23,3 +23,5 @@ shortTitle: Transfer ownership 1. To confirm the transfer, in the text field, type the name of the {% data variables.product.prodname_oauth_app %} you want to transfer. 1. Under "New owner's {% data variables.product.prodname_dotcom %} username or organization name," type the name of the user or organization you want to transfer the {% data variables.product.prodname_oauth_app %} to. 1. Click **Transfer this application**. +1. Once you initiate the transfer, the new owner needs to navigate to their {% data variables.product.prodname_oauth_app %} page. +1. The new owner should see the app listed under "Pending transfer requests". From there, they need to click on the app's name and then click **Complete transfer**. From 50518344aa4f4d643a2fee84df49610c87b79307 Mon Sep 17 00:00:00 2001 From: Jess Hosman <1183847+jhosman@users.noreply.github.com> Date: Fri, 27 Oct 2023 18:05:30 -0600 Subject: [PATCH 2/2] Update content/apps/oauth-apps/maintaining-oauth-apps/transferring-ownership-of-an-oauth-app.md --- .../transferring-ownership-of-an-oauth-app.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/apps/oauth-apps/maintaining-oauth-apps/transferring-ownership-of-an-oauth-app.md b/content/apps/oauth-apps/maintaining-oauth-apps/transferring-ownership-of-an-oauth-app.md index ddf3dd556b88..c85f3e8357da 100644 --- a/content/apps/oauth-apps/maintaining-oauth-apps/transferring-ownership-of-an-oauth-app.md +++ b/content/apps/oauth-apps/maintaining-oauth-apps/transferring-ownership-of-an-oauth-app.md @@ -23,5 +23,5 @@ shortTitle: Transfer ownership 1. To confirm the transfer, in the text field, type the name of the {% data variables.product.prodname_oauth_app %} you want to transfer. 1. Under "New owner's {% data variables.product.prodname_dotcom %} username or organization name," type the name of the user or organization you want to transfer the {% data variables.product.prodname_oauth_app %} to. 1. Click **Transfer this application**. -1. Once you initiate the transfer, the new owner needs to navigate to their {% data variables.product.prodname_oauth_app %} page. -1. The new owner should see the app listed under "Pending transfer requests". From there, they need to click on the app's name and then click **Complete transfer**. + +Once you initiate the transfer, the new owner needs to navigate to their {% data variables.product.prodname_oauth_app %}s page. From there, they should see the app listed under "Pending transfer requests". They need to click on the app name and then click **Complete transfer**.