зеркало из https://github.com/mozilla/123done.git
fix(force_auth): fixes regression with the force_auth action
This commit is contained in:
Родитель
386793a054
Коммит
65ac3b1133
4
oauth.js
4
oauth.js
|
@ -27,6 +27,10 @@ function getOAuthInfo(action, nonce, email, preVerifyToken) {
|
|||
content_uri: config.content_uri
|
||||
};
|
||||
|
||||
if (action) {
|
||||
oauthParams.action = action;
|
||||
}
|
||||
|
||||
if (email) {
|
||||
oauthParams.email = email;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче