Skip to content

Commit

Permalink
more logging
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Jul 12, 2023
1 parent c6e63a3 commit e907132
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions web/src/components/questions/LuksActivationQuestion.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ export default function LuksActivationQuestion({ question, answerCallback }) {
const conditions = { disable: { decrypt: password === "" } };
const defaultAction = "decrypt";

console.log("luks question:");
console.log(question);

const actionCallback = (option) => {
question.password = password;
question.answer = option;
Expand Down

0 comments on commit e907132

Please sign in to comment.