Files
fusionpbx/core/authentication/resources
volga629-1 22800c74c0 Bug fix Remove port from domain_name in authentication (#7662)
* Remove port from domain_name in authentication

Update domain_name property after removing port.

Before 

```
["domain_name"]=> string(10) "1.1.1.1:8080"
```

After 

```
["domain_name"]=> string(10) "1.1.1.1"

```
2025-12-22 12:18:07 -07:00
..
2025-04-17 13:48:16 -06:00