Closed cwilko closed 1 year ago
My system has an email factor set up as a secondary mechanism, rather than primary. In this situation a StopIteration runtime exception is thrown by next() because it is processing an empty list.
StopIteration
next()
My system has an email factor set up as a secondary mechanism, rather than primary. In this situation a
StopIteration
runtime exception is thrown bynext()
because it is processing an empty list.