Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Tien Nguyen <duytien.nguyen@okta.com>
  • Loading branch information
duytiennguyen-okta committed Nov 5, 2024
1 parent a22256b commit 787852a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions okta/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ func appRead(d *schema.ResourceData, name, status, signOn, label string, accy *s
_ = d.Set("accessibility_login_redirect_url", accy.LoginRedirectUrl)
}
_ = d.Set("auto_submit_toolbar", vis.AutoSubmitToolbar)
_ = d.Set("auto_launch", vis.AutoLaunch)
_ = d.Set("hide_ios", vis.Hide.IOS)
_ = d.Set("hide_web", vis.Hide.Web)
if notes != nil {
Expand Down

0 comments on commit 787852a

Please sign in to comment.