Skip to content

Commit d49b102

Browse files
committed
Mark OBO user auth as Preview in app mode
Co-authored-by: Isaac
1 parent 079e60f commit d49b102

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1505,7 +1505,7 @@ def _custom_section() -> html.Div:
15051505
id="conn-mode-radio",
15061506
options=(
15071507
[
1508-
{"label": "On-Behalf-of User", "value": "obo"},
1508+
{"label": "On-Behalf-of User (Preview)", "value": "obo"},
15091509
{"label": "Service Principal", "value": "sp"},
15101510
] if IS_DATABRICKS_APP else [
15111511
{"label": "CLI Profile", "value": "profile"},

0 commit comments

Comments
 (0)