mirror of
https://github.com/fergalmoran/dss.web.git
synced 2026-02-15 20:44:34 +00:00
11 lines
233 B
JavaScript
Executable File
11 lines
233 B
JavaScript
Executable File
'use strict';
|
|
|
|
angular.module('dssWebApp')
|
|
.constant('AUTH_BACKENDS', {
|
|
twitter: 'twitter',
|
|
facebook: 'facebook',
|
|
google: 'google'
|
|
//google: 'google-oauth2'
|
|
//google: 'google-plus'
|
|
});
|