Skip to content

Feature request: Is there a way to add a username in addition to the email #226

@TarJae

Description

@TarJae

I am using this code in the server part of my shiny app to fetch user information:

...
output$welcome <- renderText({
  paste("Hello", session$userData$user()[3])
})
....

and in the ui part:

...
 verbatimTextOutput("welcome"),
...

And I get this:
image

I am thinking of fetching the name or username to welcome the user not the email?!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions