diff --git a/notebooks/api/0.8/13-forgot-user-password.ipynb b/notebooks/api/0.8/13-forgot-user-password.ipynb index 91b7ef69427..4d7f6a96426 100644 --- a/notebooks/api/0.8/13-forgot-user-password.ipynb +++ b/notebooks/api/0.8/13-forgot-user-password.ipynb @@ -94,9 +94,19 @@ ] }, { - "cell_type": "markdown", + "cell_type": "code", + "execution_count": null, "id": "8", "metadata": {}, + "outputs": [], + "source": [ + "res" + ] + }, + { + "cell_type": "markdown", + "id": "9", + "metadata": {}, "source": [ "### Admin generates a temp token" ] @@ -104,7 +114,7 @@ { "cell_type": "code", "execution_count": null, - "id": "9", + "id": "10", "metadata": {}, "outputs": [], "source": [ @@ -113,12 +123,12 @@ ")\n", "\n", "if not isinstance(temp_token, str):\n", - " raise Exception(f\"temp_token isn't a string, its {res}\")" + " raise Exception(f\"temp_token isn't a string, its {temp_token}\")" ] }, { "cell_type": "markdown", - "id": "10", + "id": "11", "metadata": {}, "source": [ "### User use this token to reset password" @@ -127,7 +137,7 @@ { "cell_type": "code", "execution_count": null, - "id": "11", + "id": "12", "metadata": {}, "outputs": [], "source": [ @@ -140,7 +150,7 @@ { "cell_type": "code", "execution_count": null, - "id": "12", + "id": "13", "metadata": {}, "outputs": [], "source": [