chore: expose API key secret and require it in UI
This commit is contained in:
+1
-1
@@ -34,7 +34,7 @@ export default {
|
||||
return !!this.inbox.api_key_sid;
|
||||
},
|
||||
hasExistingCredentials() {
|
||||
return this.hasApiKeySid;
|
||||
return this.hasApiKeySid && !!this.inbox.has_api_key_secret;
|
||||
},
|
||||
needsCredentials() {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user