Skip to content

Commit

Permalink
Add complete copy paste from example, change perms to x all
Browse files Browse the repository at this point in the history
  • Loading branch information
pritchyspritch committed Jul 31, 2024
1 parent 9940ce6 commit 386e95e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions stackhawk_kotlin.kts
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,10 @@ fun getLoggedOutIndicator() : String {
return "DfE Sign-in"
}

fun getLoggedInIndicator() : String {
return "Access DfE services"
// fun getLoggedInIndicator() : String {
// return "Access DfE services"
// }

fun getLoggedInIndicator(): String {
return "Sign Out"
}

0 comments on commit 386e95e

Please sign in to comment.