Skip to content

Commit

Permalink
chore: Removed client-side access to VoIP credentials settings (#35106)
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandernsilva authored Feb 5, 2025
1 parent b763c37 commit ae763a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/meteor/ee/server/settings/voip.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export function addSettings(): Promise<void> {

await this.add('VoIP_TeamCollab_FreeSwitch_Password', '', {
type: 'password',
public: true,
secret: true,
invalidValue: '',
});

Expand Down
2 changes: 1 addition & 1 deletion apps/meteor/server/settings/call-center.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit ae763a6

Please sign in to comment.