Description
It is not possible to call init()
more than once, an exception will be thrown if it is (see implementation under keycloak/keycloak#20722). This behavior is currently not covered by tests.
Under this issue a test must be written that will initialize a Keycloak JS instance twice, and assert that it does in fact throw an exception.
These tests must be added to the existing JavaScriptAdapterTest.