You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For a logged in user, we should be able to pre-fill the 'From:' field with something like this from the Okta Profile: user.nickName != null && user.nickName != '' ? (user.nickName + " " + user.lastName) : (user.firstName + " " + user.lastName)
The text was updated successfully, but these errors were encountered:
For a logged in user, we should be able to pre-fill the 'From:' field with something like this from the Okta Profile:
user.nickName != null && user.nickName != '' ? (user.nickName + " " + user.lastName) : (user.firstName + " " + user.lastName)
The text was updated successfully, but these errors were encountered: