By setting _initialized = true below _;, it allows functions with the whenNotInitialized modifier to be re-entered, since the re-entered functions will be all executed, until all set _initialized = true at the end:
https://github.com/code-423n4/2024-06-vultisig/blob/main/src/base/Initializable.sol#L13
