Unverified Commit c321f6b9 authored by yann300's avatar yann300 Committed by GitHub

Update persmission-handler.js

parent 5b4afb0c
...@@ -143,8 +143,8 @@ export class PermissionHandler { ...@@ -143,8 +143,8 @@ export class PermissionHandler {
? yo`<input type="checkbox" onchange="${switchMode}" checkbox class="custom-control-input" id="remember">` ? yo`<input type="checkbox" onchange="${switchMode}" checkbox class="custom-control-input" id="remember">`
: yo`<input type="checkbox" onchange="${switchMode}" class="custom-control-input" id="remember">` : yo`<input type="checkbox" onchange="${switchMode}" class="custom-control-input" id="remember">`
const message = remember const message = remember
? `${fromName} has changed and would like to access ${toName}.` ? `${fromName} has changed and would like to access ${toName}`
: `${fromName} would like to access ${toName}.` : `${fromName} would like to access ${toName}`
return yo` return yo`
<section class="${css.permission}"> <section class="${css.permission}">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment