From 8a952a2cc2411d94eb27b0ed456d4a6db1cb0edd Mon Sep 17 00:00:00 2001 From: Vinoth Kannan Date: Wed, 5 Sep 2018 02:00:13 +0530 Subject: [PATCH] Make prettier happy --- .../javascripts/discourse/controllers/create-account.js.es6 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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