Remove oauth from gulp and ejs templates
This commit is contained in:
+1
-3
@@ -221,10 +221,8 @@ angular.module('Application').service('Client', ['$http', '$interval', '$timeout
|
||||
this._installedApps = [];
|
||||
this._installedAppsById = {};
|
||||
this._appTags = [];
|
||||
this._clientId = '<%= oauth.clientId %>';
|
||||
this._clientSecret = '<%= oauth.clientSecret %>';
|
||||
// window.location fallback for websocket connections which do not have relative uris
|
||||
this.apiOrigin = '<%= oauth.apiOrigin %>' || window.location.origin;
|
||||
this.apiOrigin = '<%= apiOrigin %>' || window.location.origin;
|
||||
this.avatar = '';
|
||||
this._appstoreAppCache = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user