Fix check if web password wasn't set

O01eg
Oct 17, 2022, 3:01 PM
MFJBQU5FGV3E62ADMTEZ3XX2XUH4YWDE3B7NCQ2L63KN2W3GERIQC

Dependencies

  • [2] FUCFD4UV Add log in and log out support

Change contents

  • replacement in src/pages/log_in.rs at line 90
    [2.5196][2.5196:5228]()
    if !row.get::<_, bool>(0) {
    [2.5196]
    [2.5228]
    if !row.get::<_, Option<bool>>(0).unwrap_or(false) {