Refactor user suspension modal

This commit is contained in:
Robin Ward
2017-09-12 17:07:42 -04:00
parent 561fa7d0cd
commit daceeb9700
8 changed files with 77 additions and 12 deletions

View File

@ -23,4 +23,4 @@ QUnit.test('revoke key', function(assert) {
return adminUser.revokeApiKey().then(function() {
assert.blank(adminUser.get('api_key'), 'it cleared the api_key');
});
});
});