Should only be called in server
()
| 27 | |
| 28 | // Should only be called in server |
| 29 | pub fn temporary_password() -> String { |
| 30 | TEMPORARY_PASSWORD.read().unwrap().clone() |
| 31 | } |
| 32 | |
| 33 | fn verification_method() -> VerificationMethod { |
| 34 | let method = Config::get_option("verification-method"); |
no test coverage detected