This commit is contained in:
parent
775e8f0d31
commit
a33c7056d2
|
@ -182,6 +182,7 @@ export class DynamicFormComponent implements OnInit {
|
|||
|
||||
private patchForm(flatList : any){
|
||||
|
||||
debugger;
|
||||
for (var prop in flatList) {
|
||||
if (flatList.hasOwnProperty(prop)) {
|
||||
if(prop.endsWith('.id')||prop.endsWith('.answer')||prop.endsWith('.value')) continue;
|
||||
|
|
|
@ -72,14 +72,6 @@ export class GooggleSignInComponent implements OnInit, AfterViewInit {
|
|||
this.googleInit();
|
||||
}
|
||||
|
||||
/*
|
||||
signOut() {
|
||||
var auth2 = gapi.auth2.getAuthInstance();
|
||||
auth2.signOut().then(function () {
|
||||
console.log('User signed out.');
|
||||
});
|
||||
}
|
||||
*/
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue