Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit d0dfd3b

Browse files
author
Nick Litwin
committed
Syntax
1 parent 471b630 commit d0dfd3b

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

app/settings/account-info/account-info.controller.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@
2222
function activate() {
2323
vm.userData = userData.clone();
2424
processData(vm.userData);
25+
2526
UserService.getUserProfile({fields: 'credential'})
2627
.then(function(res) {
28+
console.log("RES: ", res.plain().credential.hasPassword);
2729
vm.isSocialRegistrant = !res.credential.hasPassword;
2830
})
2931
.catch(function(err) {

assets/css/directives/toggle-password.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ toggle-password {
88
align-items: center;
99
justify-content: space-between;
1010

11-
1211
input#current-password-input {
1312
width: 155px;
1413
margin-bottom: 0;

assets/css/settings/account-info.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@
4242
display: flex;
4343
flex-direction: column;
4444
align-items: flex-start;
45-
45+
4646
.form-label {
4747
width: 100%;
4848
margin-top: 10px;
49-
49+
5050
&.first {
5151
margin-top: 0;
5252
}

0 commit comments

Comments
 (0)