18 строки
658 B
JavaScript
18 строки
658 B
JavaScript
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
|
|
|
define([
|
|
'./functional/oauth_sign_in',
|
|
'./functional/oauth_sign_up',
|
|
'./functional/oauth_sign_up_verification_redirect',
|
|
'./functional/oauth_reset_password',
|
|
'./functional/oauth_webchannel',
|
|
'./functional/oauth_webchannel_force_auth',
|
|
'./functional/oauth_webchannel_keys',
|
|
'./functional/oauth_preverified_sign_up',
|
|
'./functional/oauth_iframe',
|
|
'./functional/oauth_force_auth',
|
|
'./functional/oauth_permissions'
|
|
], function () {});
|