mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-24 13:07:00 +01:00
1 line
481 B
JavaScript
1 line
481 B
JavaScript
window.SIDEBAR_ITEMS = {"fn":[["prompt_for_username_get_token","This parses the token store and prompts the user to select their username, returns the token as a String"],["prompt_for_username_get_username","This parses the token store and prompts the user to select their username, returns the username as a String"],["prompt_for_username_get_values","This parses the token store and prompts the user to select their username, returns the username/token as a tuple of Strings"]]}; |