diff --git a/app/assets/javascripts/discourse/controllers/create-account.js.es6 b/app/assets/javascripts/discourse/controllers/create-account.js.es6 index 581a2040ffd..22848d8a2f4 100644 --- a/app/assets/javascripts/discourse/controllers/create-account.js.es6 +++ b/app/assets/javascripts/discourse/controllers/create-account.js.es6 @@ -208,7 +208,7 @@ export default Ember.Controller.extend( const destinationUrl = this.get("authOptions.destination_url"); if (!Ember.isEmpty(destinationUrl)) { - $.cookie("destination_url", destinationUrl, { path: '/' }); + $.cookie("destination_url", destinationUrl, { path: "/" }); } // Add the userfields to the data