+
+
+
+
+ The current sign in attempt status is {{ signIn.status }}.
+
+```
+
+### `SignIn` status values
The `status` property of the `SignIn` object can be one of the following values:
@@ -111,25 +109,3 @@ The `status` property of the `SignIn` object can be one of the following values:
The user needs to set a new password.
-
-## Example
-
-### Check and show sign-in status
-
-The following example checks the current sign-in status and displays the value in the UI.
-
-```vue {{ filename: 'SignInPage.vue' }}
-
-
-