mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
FIX: redirect loop for new users visiting /new-topic using full screen login
This commit is contained in:
parent
a9737e2813
commit
e183600563
4 changed files with 13 additions and 2 deletions
|
@ -8,6 +8,7 @@ const Discourse = Ember.Application.extend({
|
|||
_docTitle: document.title,
|
||||
RAW_TEMPLATES: {},
|
||||
__widget_helpers: {},
|
||||
showingSignup: false,
|
||||
|
||||
getURL(url) {
|
||||
if (!url) return url;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue