Skip to content

Commit

Permalink
Login UI Revamp
Browse files Browse the repository at this point in the history
  • Loading branch information
SmitGala committed May 2, 2024
1 parent 44bc5ae commit bf11fd4
Show file tree
Hide file tree
Showing 50 changed files with 1,407 additions and 1,007 deletions.
9 changes: 9 additions & 0 deletions app/components/auth-assets/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import Component from '@glimmer/component';

export default class AuthAssetsComponent extends Component {}

declare module '@glint/environment-ember-loose/registry' {
export default interface Registry {
AuthAssets: typeof AuthAssetsComponent;
}
}
1 change: 0 additions & 1 deletion app/components/img-logo/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<img
...attributes
data-test-img-logo
local-class='img-logo__img'
src={{this.whitelabel.logo}}
alt={{this.whitelabel.name}}
/>
Expand Down
5 changes: 0 additions & 5 deletions app/components/img-logo/index.scss

This file was deleted.

51 changes: 0 additions & 51 deletions app/components/login-component/check/index.hbs

This file was deleted.

69 changes: 0 additions & 69 deletions app/components/login-component/index.hbs

This file was deleted.

129 changes: 0 additions & 129 deletions app/components/login-component/index.scss

This file was deleted.

89 changes: 0 additions & 89 deletions app/components/login-component/login/index.hbs

This file was deleted.

Loading

0 comments on commit bf11fd4

Please sign in to comment.