forked from Mirrors/freeswitch
FS-8205 [verto_communicator] google client id changes
This commit is contained in:
parent
3d86aaacc5
commit
f1ce52430d
@ -37,6 +37,7 @@ vertoService.service('config', ['$rootScope', '$http', '$location', 'storage', '
|
||||
console.debug("googlelogin: " + data.googlelogin);
|
||||
if (data.googlelogin){
|
||||
verto.data.googlelogin = data.googlelogin;
|
||||
verto.data.googleclientid = data.googleclientid;
|
||||
}
|
||||
|
||||
angular.extend(verto.data, data);
|
||||
|
Loading…
Reference in New Issue
Block a user