Skip to content

Commit c4b892a

Browse files
committed
Fix typo in mobileauth function examples
1 parent f68ff46 commit c4b892a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

vignettes/authentication.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,13 +115,13 @@ If you have both enabled mobile authentication and registered a mobile device, y
115115
You can either provide the authentication code from your mobile device directly to the function:
116116

117117
```{r login-1}
118-
mobile_auth_status("123456")
118+
mobile_auth_login("123456")
119119
```
120120

121121
Or, if left empty, you will be prompted to enter your code in a pop-up window:
122122

123123
```{r login-2}
124-
mobile_auth_status()
124+
mobile_auth_login()
125125
```
126126

127127
```{r}

0 commit comments

Comments
 (0)