Skip to content

Commit

Permalink
Hard code Token onboarding for Chief Complaint (#87)
Browse files Browse the repository at this point in the history
# Debug token onboarding

## ♻️ Current situation & Problem
There is no way to change the token once you provide it.


## ⚙️ Release Notes 
- Patched the issue by hard-coding the token onboarding to appear every
time the Primary Concern view is opened.


## 📚 Documentation
NA


## ✅ Testing
NA


## 📝 Code of Conduct & Contributing Guidelines 

By submitting creating this pull request, you agree to follow our [Code
of
Conduct](https://github.com/CS342/.github/blob/main/CODE_OF_CONDUCT.md)
and [Contributing
Guidelines](https://github.com/CS342/.github/blob/main/CONTRIBUTING.md):
- [X] I agree to follow the [Code of
Conduct](https://github.com/CS342/.github/blob/main/CODE_OF_CONDUCT.md)
and [Contributing
Guidelines](https://github.com/CS342/.github/blob/main/CONTRIBUTING.md).
  • Loading branch information
nriedman committed Mar 14, 2024
1 parent 75cf6ae commit 102dba7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Intake/ChiefComplaint/LLMInteraction.swift
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,6 @@ struct LLMInteraction: View {
}

.onAppear {
checkToken()

let nameString = data.generalData.name.components(separatedBy: " ")
if let firstNameValue = nameString.first {
firstName = firstNameValue
Expand Down

0 comments on commit 102dba7

Please sign in to comment.