Changed selector of ds-auth-methods

This commit is contained in:
Julius Gruber
2019-10-08 10:33:21 +02:00
parent 95239e0590
commit da7b7f92a0
3 changed files with 5 additions and 10 deletions

View File

@@ -6,7 +6,7 @@ import { getAuthenticationMethods, isAuthenticated, isAuthenticationLoading } fr
import { CoreState } from '../../core/core.reducers';
@Component({
selector: 'ds-auth-methods',
selector: 'ds-log-in',
templateUrl: './log-in.component.html',
styleUrls: ['./log-in.component.scss']
})