Skip to content

Commit d1611b1

Browse files
committed
small UI fixes
1 parent a17f012 commit d1611b1

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

src/components/reusable/Input.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
position: absolute;
9797
right:10px;
9898
bottom:0;
99-
top:8px;
99+
top:0;
100100
display:flex;
101101
justify-content: center;
102102
align-items: center;

src/views/Apps.vue

-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,6 @@
189189
})
190190
},
191191
async removeApp(app){
192-
console.log(app);
193192
await PermissionService.removeAllPermissionsFor(app.applink);
194193
if(!this.permissions.filter(x => x.isIdentity).length){
195194
this.state = STATES.EXPLORE;

src/views/popouts/Signature.vue

-1
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,6 @@
214214
participantsAsSelector:false,
215215
}},
216216
created(){
217-
console.log(this.popup);
218217
this.selectedIdentity = this.identity.clone();
219218
this.selectedLocation = this.selectedIdentity.locations[0];
220219
this.clonedLocation = this.selectedIdentity.locations[0].clone();

0 commit comments

Comments
 (0)