File tree Expand file tree Collapse file tree
frontend/pages/orchestration/credentials Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ def add_credentials_section():
173173 if st .button ("Submit Credentials" ):
174174 response = client .accounts .add_credential (account_name , connector_name , config_inputs )
175175 if response :
176- st .success (response )
176+ st .success (f"✅ Successfully added { connector_name } connector to { account_name } !" )
177177 try :
178178 st .rerun (scope = "fragment" )
179179 except Exception :
@@ -189,7 +189,7 @@ def add_credentials_section():
189189 if st .button ("Submit Credentials" ):
190190 response = client .accounts .add_credential (account_name , connector_name , config_inputs )
191191 if response :
192- st .success (response )
192+ st .success (f"✅ Successfully added { connector_name } connector to { account_name } !" )
193193 try :
194194 st .rerun (scope = "fragment" )
195195 except Exception :
You can’t perform that action at this time.
0 commit comments