FEATURE: use full screen login by default for social login methods (#7481)

This commit is contained in:
Arpit Jalan
2019-05-09 10:03:01 +05:30
committed by GitHub
parent 88650a1259
commit 427979e7e5
10 changed files with 26 additions and 53 deletions

View File

@ -11,7 +11,6 @@ const Discourse = Ember.Application.extend({
_docTitle: document.title,
RAW_TEMPLATES: {},
__widget_helpers: {},
useFullScreenLogin: false,
customEvents: {
paste: "paste"
},