Skip to content

Commit

Permalink
Bruk mobilnummer som brukernavn
Browse files Browse the repository at this point in the history
Ikke plass i databasen til epost-adresse foreløpig
  • Loading branch information
arnfinn committed Jan 14, 2025
1 parent 804cc84 commit 0c0e49a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/userAttribute.R
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ userAttribute <- function(unit = NULL) {
tilgangstre <- jsonlite::fromJSON(tilgangstre, flatten = FALSE)[[1]]
orgNames <- tilgangstre$TitleWithPath[match(orgs, tilgangstre$UnitId)]

name <- Sys.getenv("SHINYPROXY_USERNAME")
name <- Sys.getenv("FALK_USER_PHONE")
fullName <- parse(text = paste0(
"'",
Sys.getenv("FALK_USER_FULLNAME"),
Expand Down

0 comments on commit 0c0e49a

Please sign in to comment.