Skip to content

Commit

Permalink
Review#3: move Login selector logic into LoginForm component.
Browse files Browse the repository at this point in the history
  • Loading branch information
azasypkin committed Mar 20, 2020
1 parent 706748a commit 5b189c2
Show file tree
Hide file tree
Showing 7 changed files with 568 additions and 320 deletions.
2 changes: 1 addition & 1 deletion x-pack/plugins/security/common/login_state.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

import { LoginLayout } from './licensing';

interface LoginSelector {
export interface LoginSelector {
enabled: boolean;
providers: Array<{ type: string; name: string; description?: string }>;
}
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5b189c2

Please sign in to comment.