Skip to content

Commit ba5a6a2

Browse files
committed
(feat) test add credentials
1 parent fb9df92 commit ba5a6a2

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

  • frontend/pages/orchestration/credentials

frontend/pages/orchestration/credentials/app.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -188,12 +188,7 @@ def add_credentials_section():
188188
with cols[-1]:
189189
if st.button("Submit Credentials"):
190190
response = client.accounts.add_credential(account_name, connector_name, config_inputs)
191-
if response:
192-
st.success(f"✅ Successfully added {connector_name} connector to {account_name}!")
193-
try:
194-
st.rerun(scope="fragment")
195-
except Exception:
196-
st.rerun()
191+
st.write(response)
197192

198193

199194
add_credentials_section()

0 commit comments

Comments
 (0)