Skip to content

Commit

Permalink
expand multiple usernames error
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderDevisscher committed Apr 4, 2024
1 parent 4f9c60b commit f504bd3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion R/get_access_token.R
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,11 @@ get_access_token <-
msg = paste(
"iassetR currently only supports storing one iAsset account at a time.",
"Delete any other accounts using",
'keyring::key_list(service = "iasset_password")$username',
"to get a list of linked usernames &",
'keyring::key_delete(service = "iasset_password",',
'username = "username_to_delete")'
'username = "username_to_delete")',
"to delete the unneeded username"

Check warning on line 45 in R/get_access_token.R

View check run for this annotation

Codecov / codecov/patch

R/get_access_token.R#L36-L45

Added lines #L36 - L45 were not covered by tests
)
)

Expand Down

0 comments on commit f504bd3

Please sign in to comment.