mirror of
https://github.com/zulip/zulip.git
synced 2025-11-13 18:36:36 +00:00
zerver.lib.initial_password.initial_password is supposed to return an Optional[text_type], but it returns an Optional[binary_type] instead. Encode the return value to make sure it returns an Optional[text_type].
708 B
708 B