From 10b0b4462107ecebffab4ce3eb0435d3c1b2dd24 Mon Sep 17 00:00:00 2001 From: elijah Date: Thu, 29 Sep 2016 17:00:47 -0700 Subject: [feat] ui - allow users to change their passwords --- ui/app/lib/common.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ui/app/lib/common.js') diff --git a/ui/app/lib/common.js b/ui/app/lib/common.js index 14a30c32..d1485ce7 100644 --- a/ui/app/lib/common.js +++ b/ui/app/lib/common.js @@ -4,4 +4,6 @@ import React from 'react' -window.elem = React.createElement \ No newline at end of file +window.elem = React.createElement + +window.log = console.log \ No newline at end of file -- cgit v1.2.3