Good progress on styling post-registration form
This commit is contained in:
parent
8b03454d6f
commit
1fb924f59c
17 changed files with 234 additions and 85 deletions
|
@ -1,7 +1,7 @@
|
|||
import { helper } from '@ember/component/helper'
|
||||
import { helper } from '@ember/component/helper';
|
||||
|
||||
export default helper(function equals(args) {
|
||||
if (args.length != 2) return false
|
||||
console.log(args[0], args[1])
|
||||
return args[0] == args[1]
|
||||
})
|
||||
if (args.length != 2) return false;
|
||||
console.log(args[0], args[1]);
|
||||
return args[0] == args[1];
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue