mirror of
https://github.com/documize/community.git
synced 2025-07-19 13:19:43 +02:00
New theme layout
This commit is contained in:
parent
679049d2b1
commit
34d54745f3
20 changed files with 2292 additions and 697 deletions
|
@ -19,14 +19,14 @@ export default Controller.extend(AuthProvider, {
|
|||
invalidCredentials: false,
|
||||
|
||||
reset() {
|
||||
if (this.get('sAuthProviderDocumize')) {
|
||||
if (this.get('isAuthProviderDocumize')) {
|
||||
this.setProperties({
|
||||
email: '',
|
||||
password: ''
|
||||
});
|
||||
}
|
||||
|
||||
if (this.get('sAuthProviderLDAP')) {
|
||||
if (this.get('isAuthProviderLDAP')) {
|
||||
this.setProperties({
|
||||
username: '',
|
||||
password: ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue