Skip to content
Snippets Groups Projects
Unverified Commit ae763a64 authored by Aleksander Nicacio da Silva's avatar Aleksander Nicacio da Silva Committed by GitHub
Browse files

chore: Removed client-side access to VoIP credentials settings (#35106)

parent b763c371
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ export function addSettings(): Promise<void> {
await this.add('VoIP_TeamCollab_FreeSwitch_Password', '', {
type: 'password',
public: true,
secret: true,
invalidValue: '',
});
......
......@@ -106,7 +106,7 @@ export const createCallCenterSettings = () =>
await this.add('VoIP_Management_Server_Password', '', {
type: 'password',
public: true,
secret: true,
enableQuery: {
_id: 'VoIP_Enabled',
value: true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment