Chuck Norton
Chuck Norton
Hello, This is an excellent package that has made our application so so much more professional feeling. I'm having a hard time styling the 'title' field - not modal title...
I'm having trouble using the application [assignUserToApplication](https://github.com/okta/okta-sdk-php/blob/cc2bb956d02e93a06fa2603feadeb82806b1eb3f/src/Generated/Applications/Application.php#L443) method, which requires an AppUser. Here is my current code: ``` $oktaAppUser = new \Okta\Applications\AppUser(); $oktaAppUser->setId($oktaUserId); $oktaAppUser->setScope("USER"); $oktaApp = $this->getApplication($oktaApplicationId); $oktaApp->assignUserToApplication($oktaAppUser); ``` This...
Hey all, Just wondering if there is a vue3 compatible version on the horizon, or available in a known fork? Thanks in advance!!
Custom Column headers example wasn't working for newer versions. I updated to use the current syntax.