mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +00:00
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…
x
Reference in New Issue
Block a user