Make prettier happy
This commit is contained in:
parent
5cf1a9a23a
commit
8a952a2cc2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue